Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Anand Doshi
2013-07-26 11:34:38 +05:30
22 changed files with 31 additions and 501 deletions

View File

@@ -1,6 +1,11 @@
test_records = [
[{
"doctype": "UOM",
"uom_name": "_Test UOM"
"uom_name": "_Test UOM",
"must_be_whole_number": 1
}],
[{
"doctype": "UOM",
"uom_name": "_Test UOM 1"
}]
]