[docs] remove attributions from page and added to docs

This commit is contained in:
Rushabh Mehta
2013-07-26 11:21:45 +05:30
parent c97fe01837
commit c4f5e4fd3f
21 changed files with 17 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"
}]
]