Skip to content

Commit

Permalink
fix: update company loan tab insert_after (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbaburajan authored Oct 27, 2023
1 parent 4f343f0 commit 8ebd1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lending/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"fieldname": "loan_tab",
"fieldtype": "Tab Break",
"label": "Loan",
"insert_after": "expenses_included_in_valuation",
"insert_after": "default_in_transit_warehouse",
},
{
"fieldname": "loan_settings",
Expand Down
2 changes: 1 addition & 1 deletion lending/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lending.patches.v15_0.rename_loan_type_to_loan_product
[post_model_sync]
# Patches added in this section will be executed after doctypes are migrated
lending.patches.v15_0.update_loan_types
lending.patches.v15_0.create_custom_fields #9
lending.patches.v15_0.create_custom_fields #10
lending.patches.v15_0.create_custom_field_for_irac_provisioning_configuration
lending.patches.v15_0.update_loan_asset_classification_ranges
lending.patches.v15_0.generate_loan_classifications_from_loan_asset_classification_ranges
Expand Down

0 comments on commit 8ebd1dd

Please sign in to comment.