brotherton-erpnext/erpnext/projects
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
..
dashboard_chart/project_summary Export Project dashboard (#22782) 2020-07-23 11:07:56 +05:30
doctype fix: make company field mandatory in project doctype 2023-06-30 12:54:45 +05:30
projects_dashboard/project Export Project dashboard (#22782) 2020-07-23 11:07:56 +05:30
report perf: don't use ifnull where it's not required (#36336) 2023-07-27 06:06:07 +00:00
web_form style: format code with black 2022-03-28 18:52:46 +05:30
workspace/projects chore: Add frappe school links (#35995) 2023-07-04 14:58:45 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
utils.py refactor: use db independent offset syntax (#31345) 2022-06-14 10:49:07 +05:30