mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 12:04:00 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -3429,7 +3429,7 @@ class TestSalesInvoice(FrappeTestCase):
|
||||
si.posting_date = getdate()
|
||||
si.submit()
|
||||
|
||||
@IntegrationTestCase.change_settings("Accounts Settings", {"over_billing_allowance": 0})
|
||||
@change_settings("Accounts Settings", {"over_billing_allowance": 0})
|
||||
def test_over_billing_case_against_delivery_note(self):
|
||||
"""
|
||||
Test a case where duplicating the item with qty = 1 in the invoice
|
||||
|
||||
Reference in New Issue
Block a user