fix: Merge conflicts and place internal customer creation util in test_customer.py

This commit is contained in:
marination
2021-08-26 15:42:23 +05:30
parent 6636d857f7
commit 55ff6277a7
3 changed files with 17 additions and 124 deletions

View File

@@ -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")