Merge pull request #16737 from saurabh6790/indentation_fixes
fix: reload report doc and indentation fixes
This commit is contained in:
commit
485bd93dae
@ -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()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user