mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
test: update test data for internal customer and supplier
This commit is contained in:
@@ -667,13 +667,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