feat: company wise default warehouses

This commit is contained in:
Mihir Kandoi
2025-11-13 12:51:07 +05:30
parent 9b303a2272
commit 84af60da7f
15 changed files with 70 additions and 65 deletions

View File

@@ -1796,7 +1796,7 @@ class TestSalesOrder(AccountsTestMixin, IntegrationTestCase):
mr.submit()
# WO from MR
wo_name = raise_work_orders(mr.name)[0]
wo_name = raise_work_orders(mr.name, mr.company)[0]
wo = frappe.get_doc("Work Order", wo_name)
wo.wip_warehouse = "Work In Progress - _TC"
wo.skip_transfer = True