fix: reload report doc and indentation fixes

This commit is contained in:
Saurabh
2019-02-20 13:03:50 +05:30
parent e141865c43
commit 9fcfc63f77
2 changed files with 139 additions and 139 deletions

View File

@@ -8,11 +8,11 @@ import frappe
def execute():
company = frappe.get_all('Company', filters = {'country': 'Italy'})
if not company:
return
frappe.reload_doc('regional', 'report', 'electronic_invoice_register')
make_custom_fields()
setup_report()