brotherton-erpnext/erpnext/accounts/report/consolidated_financial_statement
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 Consolidated financial statement (#13678) 2018-04-26 12:16:18 +05:30
consolidated_financial_statement.js Merge pull request #36147 from deepeshgarg007/eslint 2023-07-24 20:55:07 +05:30
consolidated_financial_statement.json Various permission fixes (#15448) 2018-09-20 13:20:17 +05:30
consolidated_financial_statement.py perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00