mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 08:11:19 +00:00
* fix: no validation on item defaults (#27393)
* fix: no validation on item defaults
* fix: cache value while validating
* test: item default company relation
* fix: reorder validations
* refactor: add guard conditions on update_defaults
* test: add default warehouse for item group
* fix: validate item defaults for item groups
Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
(cherry picked from commit 5eba1ccd51)
# Conflicts:
# erpnext/stock/doctype/item/item.py
* fix: resolve conflict and remove typehints for py2
Co-authored-by: Saqib <nextchamp.saqib@gmail.com>
Co-authored-by: Ankush Menat <ankush@iwebnotes.com>