From 0a5ca09137ccba9aa9f4e66344b19010e6a82afe Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Thu, 19 Oct 2023 17:35:53 +0530 Subject: [PATCH] chore: Uncomment patch --- lending/patches.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lending/patches.txt b/lending/patches.txt index f5d54733..db7dd9ed 100644 --- a/lending/patches.txt +++ b/lending/patches.txt @@ -27,5 +27,5 @@ lending.patches.v15_0.migrate_loan_type_to_loan_product lending.patches.v15_0.add_loan_product_code_and_rename_loan_name lending.patches.v15_0.update_penalty_interest_method_in_loan_products lending.patches.v15_0.update_min_bpi_application_days -#execute:frappe.rename_doc("DocType", "Loan Security Pledge", "Loan Security Assignment", force=True) -#execute:frappe.rename_doc("DocType", "Loan Security Unpledge", "Loan Security Release", force=True) \ No newline at end of file +execute:frappe.rename_doc("DocType", "Loan Security Pledge", "Loan Security Assignment", force=True) +execute:frappe.rename_doc("DocType", "Loan Security Unpledge", "Loan Security Release", force=True) \ No newline at end of file