[fix] BOM name in test_records.json

This commit is contained in:
Anand Doshi 2016-04-08 16:19:27 +05:30
parent e6e7cd90c9
commit 3af1b00e4e
2 changed files with 9 additions and 9 deletions

View File

@ -77,7 +77,7 @@
}, },
{ {
"amount": 2000.0, "amount": 2000.0,
"bom_no": "BOM/_Test Item Home Desktop Manufactured/001", "bom_no": "BOM-_Test Item Home Desktop Manufactured-001",
"doctype": "BOM Item", "doctype": "BOM Item",
"item_code": "_Test Item Home Desktop Manufactured", "item_code": "_Test Item Home Desktop Manufactured",
"parentfield": "items", "parentfield": "items",

View File

@ -1,12 +1,12 @@
[ [
{ {
"bom_no": "BOM/_Test FG Item/001", "bom_no": "BOM-_Test FG Item-001",
"company": "_Test Company", "company": "_Test Company",
"doctype": "Production Order", "doctype": "Production Order",
"fg_warehouse": "_Test Warehouse 1 - _TC", "fg_warehouse": "_Test Warehouse 1 - _TC",
"production_item": "_Test FG Item", "production_item": "_Test FG Item",
"qty": 10.0, "qty": 10.0,
"stock_uom": "_Test UOM", "stock_uom": "_Test UOM",
"wip_warehouse": "_Test Warehouse - _TC" "wip_warehouse": "_Test Warehouse - _TC"
} }
] ]