mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-15 01:43:10 +00:00
fixed erpnext/frappe#1441 and other pos related cleanups
This commit is contained in:
@@ -102,6 +102,7 @@ def import_defaults():
|
||||
{'uom_name': 'Set', 'doctype': 'UOM', 'name': 'Set', "must_be_whole_number": 1},
|
||||
{'uom_name': 'Hour', 'doctype': 'UOM', 'name': 'Hour'},
|
||||
{'uom_name': 'Minute', 'doctype': 'UOM', 'name': 'Minute'},
|
||||
|
||||
]
|
||||
|
||||
from frappe.modules import scrub
|
||||
|
||||
Reference in New Issue
Block a user