brotherton-erpnext/erpnext
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
..
accounts perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00
assets chore: adding totals in asset reports (#36334) 2023-07-26 21:57:18 +05:30
bulk_transaction chore: ERPNext setup wizard cleanup (#33675) 2023-01-27 14:40:39 +05:30
buying Merge pull request #36147 from deepeshgarg007/eslint 2023-07-24 20:55:07 +05:30
change_log
commands
communication
config
controllers Merge branch 'develop' into fix-tax-breakup-for-diff-tax-rates 2023-07-24 20:20:19 +05:30
crm Merge pull request #36246 from blaggacao/bump-tweepy 2023-07-25 15:06:48 +05:30
domains
e_commerce fix: stock error for service item 2023-06-20 16:27:23 +05:30
erpnext_integrations chore: Ingnore issues 2023-07-23 19:34:08 +05:30
maintenance fix: set Phone and Email option in doctypes (#35549) 2023-06-11 19:34:41 +05:30
manufacturing perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00
patches fix: Reverse GL entries only for submitted Dunnings 2023-07-20 20:54:43 +05:30
portal chore: ERPNext setup wizard cleanup (#33675) 2023-01-27 14:40:39 +05:30
projects perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00
public fix(taxes_and_totals.js): Fix initialize_taxes incorrect refactor 2023-07-25 21:12:14 +02:00
quality_management refactor: Workspace cleanup 2023-05-30 13:17:59 +05:30
regional Merge pull request #36147 from deepeshgarg007/eslint 2023-07-24 20:55:07 +05:30
selling Merge pull request #36147 from deepeshgarg007/eslint 2023-07-24 20:55:07 +05:30
setup chore(Item Group): remove redundant autoname 2023-07-25 18:05:41 +02:00
shopping_cart
startup fix: allow over-payment against SO (#35079) 2023-05-14 08:59:58 +05:30
stock perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00
subcontracting chore: Add landed cost taxes and charges common in bundles 2023-07-22 21:19:48 +05:30
support Merge pull request #36147 from deepeshgarg007/eslint 2023-07-24 20:55:07 +05:30
telephony
templates Merge pull request #36235 from resilient-tech/fix-tax-breakup-for-diff-tax-rates 2023-07-24 20:57:26 +05:30
tests Merge branch 'develop' of https://github.com/frappe/erpnext into move-exotel-to-separate-app 2023-07-14 16:21:48 +05:30
translations Merge branch 'develop' into payments-based-dunning 2023-07-17 12:33:19 +05:30
utilities Merge pull request #36147 from deepeshgarg007/eslint 2023-07-24 20:55:07 +05:30
www chore: Add landed cost taxes and charges common in bundles 2023-07-22 21:19:48 +05:30
__init__.py fix(DX): Check Frappe and ERPNext major versions (#35651) 2023-06-12 19:20:52 +05:30
.stylelintrc
exceptions.py
hooks.py Merge pull request #35689 from marination/payments-based-dunning 2023-07-20 12:06:36 +05:30
modules.txt refactor!: removing loan management module (#35522) 2023-06-30 11:02:49 +05:30
patches.txt Merge branch 'develop' of https://github.com/frappe/erpnext into customer-details-in-tax-withholding-category-report 2023-07-25 14:45:36 +05:30