Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ux): item description should fall back to name (frappe#26339)
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.
- Loading branch information