fixed erpnext/frappe#1441 and other pos related cleanups

This commit is contained in:
Rushabh Mehta
2014-03-06 15:40:22 +05:30
parent 73f0bf36c1
commit d8de921c40
5 changed files with 44 additions and 34 deletions

View File

@@ -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