chore: Remove dead code
This commit is contained in:
parent
6c86067d90
commit
02aaa6546c
@ -1530,12 +1530,6 @@ class TestPurchaseInvoice(unittest.TestCase):
|
|||||||
company.save()
|
company.save()
|
||||||
|
|
||||||
|
|
||||||
def enable_discount_accounting(enable=1):
|
|
||||||
buying_settings = frappe.get_doc("Buying Settings")
|
|
||||||
buying_settings.enable_discount_accounting = enable
|
|
||||||
buying_settings.save()
|
|
||||||
|
|
||||||
|
|
||||||
def check_gl_entries(doc, voucher_no, expected_gle, posting_date):
|
def check_gl_entries(doc, voucher_no, expected_gle, posting_date):
|
||||||
gl_entries = frappe.db.sql(
|
gl_entries = frappe.db.sql(
|
||||||
"""select account, debit, credit, posting_date
|
"""select account, debit, credit, posting_date
|
||||||
|
Loading…
x
Reference in New Issue
Block a user