mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
fix(Codacy): removed unused variable
This commit is contained in:
@@ -54,7 +54,7 @@ class TestAccountBalance(unittest.TestCase):
|
|||||||
def make_sales_invoice():
|
def make_sales_invoice():
|
||||||
frappe.set_user("Administrator")
|
frappe.set_user("Administrator")
|
||||||
|
|
||||||
si = create_sales_invoice(company="_Test Company 2",
|
create_sales_invoice(company="_Test Company 2",
|
||||||
customer = '_Test Customer 2',
|
customer = '_Test Customer 2',
|
||||||
currency = 'EUR',
|
currency = 'EUR',
|
||||||
warehouse = 'Finished Goods - _TC2',
|
warehouse = 'Finished Goods - _TC2',
|
||||||
|
|||||||
Reference in New Issue
Block a user