mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 06:28:29 +00:00
[docs] remove attributions from page and added to docs
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
]
|
||||
Reference in New Issue
Block a user