feat(india): generate qrcode button for e-invoice (#30939)

This commit is contained in:
Saqib Ansari
2022-05-10 12:07:47 +05:30
committed by GitHub
parent 51fcbe5826
commit cf13a20438
3 changed files with 73 additions and 8 deletions

View File

@@ -2648,6 +2648,7 @@ class TestSalesInvoice(unittest.TestCase):
# reset
einvoice_settings = frappe.get_doc("E Invoice Settings")
einvoice_settings.enable = 0
einvoice_settings.save()
frappe.flags.country = country
def test_einvoice_json(self):