mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Payment Reconciliation Feature/Tool - Patch
This commit is contained in:
@@ -69,3 +69,5 @@ erpnext.patches.v4_1.fix_jv_remarks
|
|||||||
erpnext.patches.v4_1.fix_sales_order_delivered_status
|
erpnext.patches.v4_1.fix_sales_order_delivered_status
|
||||||
erpnext.patches.v4_1.fix_delivery_and_billing_status
|
erpnext.patches.v4_1.fix_delivery_and_billing_status
|
||||||
execute:frappe.db.sql("update `tabAccount` set root_type='Liability' where root_type='Income' and report_type='Balance Sheet'")
|
execute:frappe.db.sql("update `tabAccount` set root_type='Liability' where root_type='Income' and report_type='Balance Sheet'")
|
||||||
|
execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool")
|
||||||
|
execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool Detail")
|
||||||
Reference in New Issue
Block a user