mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 15:47:06 +00:00
test case fixed
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user