mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
[fix] BOM name in test_records.json
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user