From 3af1b00e4e5dce904abd2ae6e43d9ee4bb286150 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 8 Apr 2016 16:19:27 +0530 Subject: [PATCH] [fix] BOM name in test_records.json --- .../manufacturing/doctype/bom/test_records.json | 2 +- .../doctype/production_order/test_records.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom/test_records.json b/erpnext/manufacturing/doctype/bom/test_records.json index ecd14ab340..30be2a7d10 100644 --- a/erpnext/manufacturing/doctype/bom/test_records.json +++ b/erpnext/manufacturing/doctype/bom/test_records.json @@ -77,7 +77,7 @@ }, { "amount": 2000.0, - "bom_no": "BOM/_Test Item Home Desktop Manufactured/001", + "bom_no": "BOM-_Test Item Home Desktop Manufactured-001", "doctype": "BOM Item", "item_code": "_Test Item Home Desktop Manufactured", "parentfield": "items", diff --git a/erpnext/manufacturing/doctype/production_order/test_records.json b/erpnext/manufacturing/doctype/production_order/test_records.json index e744e3b000..720787b4a1 100644 --- a/erpnext/manufacturing/doctype/production_order/test_records.json +++ b/erpnext/manufacturing/doctype/production_order/test_records.json @@ -1,12 +1,12 @@ [ { - "bom_no": "BOM/_Test FG Item/001", - "company": "_Test Company", - "doctype": "Production Order", - "fg_warehouse": "_Test Warehouse 1 - _TC", - "production_item": "_Test FG Item", - "qty": 10.0, - "stock_uom": "_Test UOM", + "bom_no": "BOM-_Test FG Item-001", + "company": "_Test Company", + "doctype": "Production Order", + "fg_warehouse": "_Test Warehouse 1 - _TC", + "production_item": "_Test FG Item", + "qty": 10.0, + "stock_uom": "_Test UOM", "wip_warehouse": "_Test Warehouse - _TC" } -] \ No newline at end of file +]