mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: pre-commit hooks
This commit is contained in:
@@ -7,8 +7,7 @@ from erpnext.setup.setup_wizard.operations.taxes_setup import setup_taxes_and_ch
|
|||||||
|
|
||||||
|
|
||||||
def create_ksa_vat_setting(company):
|
def create_ksa_vat_setting(company):
|
||||||
"""
|
"""On creation of first company. Creates KSA VAT Setting"""
|
||||||
On creation of first company. Creates KSA VAT Setting"""
|
|
||||||
|
|
||||||
company = frappe.get_doc('Company', company)
|
company = frappe.get_doc('Company', company)
|
||||||
setup_taxes_and_charges(company.name, company.country)
|
setup_taxes_and_charges(company.name, company.country)
|
||||||
|
|||||||
Reference in New Issue
Block a user