Merge pull request #42307 from Sanket322/update_proprietorship_to_individual

fix: remove redundant proprietorship field from customer type and supplier type
This commit is contained in:
Smit Vora
2024-07-17 14:01:18 +05:30
committed by GitHub
6 changed files with 12 additions and 4 deletions

View File

@@ -260,6 +260,7 @@ erpnext.patches.v15_0.delete_saudi_doctypes
erpnext.patches.v14_0.show_loan_management_deprecation_warning
erpnext.patches.v14_0.clear_reconciliation_values_from_singles
execute:frappe.rename_doc("Report", "TDS Payable Monthly", "Tax Withholding Details", force=True)
erpnext.patches.v14_0.update_proprietorship_to_individual
[post_model_sync]
execute:frappe.delete_doc_if_exists('Workspace', 'ERPNext Integrations Settings')