mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 10:24:48 +00:00
Don't set item description = item code from front end. This is already being set to item_name in before_insert and item_name is better fallback than item code for description. Also fixed wrong condition for erasing description while duplicating item.
Inventory management module.