mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
fix: pre-commit hooks
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import frappe
|
||||
import os
|
||||
import json
|
||||
import os
|
||||
|
||||
import frappe
|
||||
|
||||
from erpnext.setup.setup_wizard.operations.taxes_setup import setup_taxes_and_charges
|
||||
|
||||
|
||||
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)
|
||||
setup_taxes_and_charges(company.name, company.country)
|
||||
|
||||
Reference in New Issue
Block a user