mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: test
This commit is contained in:
@@ -1891,8 +1891,8 @@ class TestSalesInvoice(unittest.TestCase):
|
|||||||
si.submit()
|
si.submit()
|
||||||
|
|
||||||
# reset
|
# reset
|
||||||
einvoice_settings = frappe.get_doc('E Invoice Settings')
|
|
||||||
einvoice_settings.enable = 0
|
einvoice_settings.enable = 0
|
||||||
|
einvoice_settings.save()
|
||||||
frappe.flags.country = country
|
frappe.flags.country = country
|
||||||
|
|
||||||
def test_einvoice_json(self):
|
def test_einvoice_json(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user