mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-08 04:53:26 +00:00
fix: 'Taxjar' type fix
This commit is contained in:
@@ -12,7 +12,7 @@ def execute():
|
||||
if not company:
|
||||
return
|
||||
|
||||
frappe.reload_doctype("Taxjar Settings", force=True)
|
||||
frappe.reload_doctype("TaxJar Settings", force=True)
|
||||
|
||||
TAXJAR_CREATE_TRANSACTIONS = frappe.db.get_single_value("TaxJar Settings", "taxjar_create_transactions")
|
||||
TAXJAR_CALCULATE_TAX = frappe.db.get_single_value("TaxJar Settings", "taxjar_calculate_tax")
|
||||
|
||||
Reference in New Issue
Block a user