mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
Merge pull request #21317 from sahil28297/fix_italy_einvoicing_v12_pre_release
fix(patch): reload 'Import Supplier Invoice' doc
This commit is contained in:
@@ -10,6 +10,8 @@ def execute():
|
|||||||
|
|
||||||
make_custom_fields()
|
make_custom_fields()
|
||||||
|
|
||||||
|
frappe.reload_doc("regional", "doctype", "import_supplier_invoice")
|
||||||
|
|
||||||
add_permission('Import Supplier Invoice', 'Accounts Manager', 0)
|
add_permission('Import Supplier Invoice', 'Accounts Manager', 0)
|
||||||
update_permission_property('Import Supplier Invoice', 'Accounts Manager', 0, 'write', 1)
|
update_permission_property('Import Supplier Invoice', 'Accounts Manager', 0, 'write', 1)
|
||||||
update_permission_property('Import Supplier Invoice', 'Accounts Manager', 0, 'create', 1)
|
update_permission_property('Import Supplier Invoice', 'Accounts Manager', 0, 'create', 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user