Files
schuetz3-erpnext/erpnext/patches/v8_1/setup_gst_india.py
2017-06-22 22:32:08 +05:30

7 lines
160 B
Python

import frappe
def execute():
if frappe.db.get_single_value('System Settings', 'country')=='India':
from erpnext.regional.india.setup import setup
setup()