Files
schuetz3-erpnext/erpnext/patches/v11_0/ewaybill_fields_gst_india.py
2019-01-22 18:36:10 +05:30

10 lines
262 B
Python

from __future__ import unicode_literals
import frappe
from erpnext.regional.india.setup import make_custom_fields
def execute():
company = frappe.get_all('Company', filters = {'country': 'India'})
if not company:
return
make_custom_fields()