From 9d0a1149d86f0c492fed93423625fe71a577c904 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Fri, 10 Mar 2023 20:53:13 +0530 Subject: [PATCH] chore: remove remarks migrations patch from patches.txt 'Remarks' field is moved in migrate_gl_to_payment_ledger patch itself from versions highers than v14.18.2. Removing it from patches.txt --- erpnext/patches.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 2abd65b1b5..e4995f8203 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -323,6 +323,5 @@ erpnext.patches.v14_0.update_entry_type_for_journal_entry erpnext.patches.v14_0.change_autoname_for_tax_withheld_vouchers erpnext.patches.v14_0.set_pick_list_status erpnext.patches.v15_0.update_asset_value_for_manual_depr_entries -# below 2 migration patches should always run last +# below migration patches should always run last erpnext.patches.v14_0.migrate_gl_to_payment_ledger -erpnext.patches.v14_0.migrate_remarks_from_gl_to_payment_ledger