From 02e192130e3822e41598bc9b5098192a7884e8d0 Mon Sep 17 00:00:00 2001 From: Charles-Henri Decultot Date: Fri, 8 Mar 2024 07:37:17 +0100 Subject: [PATCH] fix: remove patches not backported yet --- erpnext/patches.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index ee4fc0d9084..139ce144d7f 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -355,9 +355,7 @@ erpnext.patches.v14_0.update_zero_asset_quantity_field execute:frappe.db.set_single_value("Buying Settings", "project_update_frequency", "Each Transaction") execute:frappe.db.set_default("date_format", frappe.db.get_single_value("System Settings", "date_format")) erpnext.patches.v14_0.update_total_asset_cost_field -erpnext.patches.v15_0.create_advance_payment_status erpnext.patches.v15_0.allow_on_submit_dimensions_for_repostable_doctypes -erpnext.patches.v14_0.create_accounting_dimensions_in_reconciliation_tool # @dokos -- GitLab