Merge branch 'version-13-hotfix' into backport/version-13-hotfix/27143

This commit is contained in:
Subin Tom
2021-09-08 17:20:20 +05:30
committed by GitHub
2258 changed files with 19477 additions and 8954 deletions

View File

@@ -1,11 +1,13 @@
import traceback
import frappe
import taxjar
from erpnext import get_default_company
from frappe import _
from frappe.contacts.doctype.address.address import get_company_address
from frappe.utils import cint
from erpnext import get_default_company
TAX_ACCOUNT_HEAD = frappe.db.get_single_value("TaxJar Settings", "tax_account_head")
SHIP_ACCOUNT_HEAD = frappe.db.get_single_value("TaxJar Settings", "shipping_account_head")
TAXJAR_CREATE_TRANSACTIONS = frappe.db.get_single_value("TaxJar Settings", "taxjar_create_transactions")