mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
fix: Merge conflicts and place internal customer creation util in test_customer.py
This commit is contained in:
@@ -435,7 +435,8 @@ class TestDeliveryNote(unittest.TestCase):
|
||||
company = frappe.db.get_value('Warehouse', 'Stores - TCP1', 'company')
|
||||
customer = create_internal_customer(
|
||||
customer_name="_Test Internal Customer 2",
|
||||
allowed_company="_Test Company with perpetual inventory"
|
||||
represents_company="_Test Company with perpetual inventory",
|
||||
allowed_to_interact_with="_Test Company with perpetual inventory"
|
||||
)
|
||||
|
||||
set_valuation_method("_Test Item", "FIFO")
|
||||
|
||||
Reference in New Issue
Block a user