test case fixed

This commit is contained in:
Nabin Hait
2015-03-17 10:14:59 +05:30
parent 5b73da99d6
commit d3fd8965de
5 changed files with 9 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ def make_prod_order(self):
return frappe.get_doc({
"doctype":"Production Order",
"production_item": "_Test FG Item 2",
"bom_no": "BOM/_Test FG Item 2/002",
"bom_no": "BOM/_Test FG Item 2/001",
"qty": 1,
"wip_warehouse": "_Test Warehouse - _TC",
"fg_warehouse": "_Test Warehouse 1 - _TC",