fix: minor change
This commit is contained in:
parent
343b414b40
commit
ba6189d054
@ -844,8 +844,8 @@ class TestPurchaseOrder(FrappeTestCase):
|
|||||||
from_warehouse="_Test Internal Warehouse New 1 - TCP1",
|
from_warehouse="_Test Internal Warehouse New 1 - TCP1",
|
||||||
qty=2,
|
qty=2,
|
||||||
rate=1,
|
rate=1,
|
||||||
material_request = mr.name,
|
material_request=mr.name,
|
||||||
material_request_item = mr.items[0].name,
|
material_request_item=mr.items[0].name,
|
||||||
)
|
)
|
||||||
|
|
||||||
so = make_inter_company_sales_order(po.name)
|
so = make_inter_company_sales_order(po.name)
|
||||||
|
Loading…
Reference in New Issue
Block a user