fix: Patch fixes for v13 upgrade (#25220)

This commit is contained in:
Nabin Hait
2021-04-07 10:57:46 +05:30
committed by GitHub
parent d05686d27d
commit aa809ceffe
9 changed files with 71 additions and 35 deletions

View File

@@ -11,4 +11,8 @@ def execute():
if not company:
return
frappe.reload_doc('accounts', 'doctype', 'pos_invoice')
frappe.reload_doc('accounts', 'doctype', 'pos_invoice_item')
make_custom_fields()