brotherton-erpnext/erpnext/stock/report/batch_wise_balance_history
Ankush Menat 1d7dbd3456
perf: don't use ifnull where it's not required (#36336)
ifnull isn't really required when doing `!= 'anything'` because if it's null then value will be falsy.
ifnull is only required when checking `= ''` if you treat `null = ''`

Actuall better fix would be make things explcitly non-nullable, then we won't ever have to add this on such fields.

ref: https://github.com/frappe/frappe/pull/21822
2023-07-27 06:06:07 +00:00
..
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
batch_wise_balance_history.js refactor: added new filters in the Batch-wise balance history report (#23676) 2020-10-19 11:37:54 +05:30
batch_wise_balance_history.json Enhancement in Budget Variance and other reports (#15455) 2018-10-02 12:52:13 +05:30
batch_wise_balance_history.py perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00