Merge pull request #37795 from ruthra-kumar/patch_for_reconciliation_limits

chore: update default limit values in reconciliation tool
This commit is contained in:
ruthra kumar 2023-10-31 19:51:13 +05:30 committed by GitHub
commit c43b30cf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,5 +343,7 @@ erpnext.patches.v14_0.create_accounting_dimensions_in_sales_order_item
erpnext.patches.v15_0.update_sre_from_voucher_details
erpnext.patches.v14_0.rename_over_order_allowance_field
erpnext.patches.v14_0.migrate_delivery_stop_lock_field
execute:frappe.db.set_single_value("Payment Reconciliation", "invoice_limit", 50)
execute:frappe.db.set_single_value("Payment Reconciliation", "payment_limit", 50)
# below migration patch should always run last
erpnext.patches.v14_0.migrate_gl_to_payment_ledger