mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 18:54:55 +00:00
fix: test case
This commit is contained in:
@@ -529,13 +529,13 @@ def prepare_data_for_internal_transfer():
|
|||||||
company = "_Test Company with perpetual inventory"
|
company = "_Test Company with perpetual inventory"
|
||||||
|
|
||||||
customer = create_internal_customer(
|
customer = create_internal_customer(
|
||||||
"_Test Internal Customer 3",
|
"_Test Internal Customer 2",
|
||||||
company,
|
company,
|
||||||
company,
|
company,
|
||||||
)
|
)
|
||||||
|
|
||||||
supplier = create_internal_supplier(
|
supplier = create_internal_supplier(
|
||||||
"_Test Internal Supplier 3",
|
"_Test Internal Supplier 2",
|
||||||
company,
|
company,
|
||||||
company,
|
company,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user