mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
chore: fix linter
This commit is contained in:
@@ -2961,6 +2961,7 @@ class TestPurchaseReceipt(FrappeTestCase):
|
|||||||
self.assertSequenceEqual(expected_gle, gl_entries)
|
self.assertSequenceEqual(expected_gle, gl_entries)
|
||||||
frappe.local.enable_perpetual_inventory["_Test Company"] = old_perpetual_inventory
|
frappe.local.enable_perpetual_inventory["_Test Company"] = old_perpetual_inventory
|
||||||
|
|
||||||
|
|
||||||
def prepare_data_for_internal_transfer():
|
def prepare_data_for_internal_transfer():
|
||||||
from erpnext.accounts.doctype.sales_invoice.test_sales_invoice import create_internal_supplier
|
from erpnext.accounts.doctype.sales_invoice.test_sales_invoice import create_internal_supplier
|
||||||
from erpnext.selling.doctype.customer.test_customer import create_internal_customer
|
from erpnext.selling.doctype.customer.test_customer import create_internal_customer
|
||||||
|
|||||||
Reference in New Issue
Block a user