Skip to content

Commit 9410fee

Browse files
committed
Fixed test fail
1 parent e182bf6 commit 9410fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inventory_tools/inventory_tools/overrides/production_plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def make_work_order(self):
2020

2121
wo_list, po_list = [], []
2222
subcontracted_po = {}
23-
default_warehouses = get_default_warehouse()
23+
default_warehouses = get_default_warehouse(self.company)
2424
create_purchase_orders = frappe.get_value(
2525
"Inventory Tools Settings", self.company, "create_purchase_orders"
2626
)

0 commit comments

Comments
 (0)