removed colour fields from txt files

This commit is contained in:
Rushabh Mehta
2013-03-05 14:19:48 +05:30
parent 5640a69e78
commit 07287e8b93
44 changed files with 1075 additions and 1177 deletions

View File

@@ -162,7 +162,6 @@ def import_defaults():
# UOM
{'uom_name': 'Unit', 'doctype': 'UOM', 'name': 'Unit'},
{'uom_name': 'Hour', 'doctype': 'UOM', 'name': 'Hour'},
{'uom_name': 'Box', 'doctype': 'UOM', 'name': 'Box'},
{'uom_name': 'Ft', 'doctype': 'UOM', 'name': 'Ft'},
{'uom_name': 'Kg', 'doctype': 'UOM', 'name': 'Kg'},