mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -3429,7 +3429,7 @@ class TestSalesInvoice(FrappeTestCase):
|
|||||||
si.posting_date = getdate()
|
si.posting_date = getdate()
|
||||||
si.submit()
|
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):
|
def test_over_billing_case_against_delivery_note(self):
|
||||||
"""
|
"""
|
||||||
Test a case where duplicating the item with qty = 1 in the invoice
|
Test a case where duplicating the item with qty = 1 in the invoice
|
||||||
|
|||||||
Reference in New Issue
Block a user