fix: pre-commit hooks
This commit is contained in:
parent
f1e5a64c61
commit
4ec733fcc0
@ -1,11 +1,13 @@
|
|||||||
import frappe
|
|
||||||
import os
|
|
||||||
import json
|
import json
|
||||||
|
import os
|
||||||
|
|
||||||
|
import frappe
|
||||||
|
|
||||||
from erpnext.setup.setup_wizard.operations.taxes_setup import setup_taxes_and_charges
|
from erpnext.setup.setup_wizard.operations.taxes_setup import setup_taxes_and_charges
|
||||||
|
|
||||||
|
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user