Skip to content

Commit

Permalink
chore: Uncomment patch
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Oct 19, 2023
1 parent ea3c9d7 commit 0a5ca09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lending/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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)

0 comments on commit 0a5ca09

Please sign in to comment.