mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
test: fixed test_make_sales_invoice_with_terms
This commit is contained in:
committed by
ruthra kumar
parent
4da44e2c3f
commit
2c13b2cc22
@@ -202,7 +202,11 @@ class TestSalesOrder(AccountsTestMixin, FrappeTestCase):
|
|||||||
|
|
||||||
@change_settings(
|
@change_settings(
|
||||||
"Accounts Settings",
|
"Accounts Settings",
|
||||||
{"add_taxes_from_item_tax_template": 0, "add_taxes_from_taxes_and_charges_template": 1},
|
{
|
||||||
|
"add_taxes_from_item_tax_template": 0,
|
||||||
|
"add_taxes_from_taxes_and_charges_template": 1,
|
||||||
|
"automatically_fetch_payment_terms": 1,
|
||||||
|
},
|
||||||
)
|
)
|
||||||
def test_make_sales_invoice_with_terms(self):
|
def test_make_sales_invoice_with_terms(self):
|
||||||
so = make_sales_order(do_not_submit=True)
|
so = make_sales_order(do_not_submit=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user