Merge pull request #16737 from saurabh6790/indentation_fixes

fix: reload report doc and indentation fixes
This commit is contained in:
rohitwaghchaure 2019-02-20 17:40:50 +05:30 committed by GitHub
commit 485bd93dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 139 additions and 139 deletions

View File

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