Skip to content

Commit

Permalink
fix: freeze during auto reconcile (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
(cherry picked from commit adc2f06)
  • Loading branch information
KerollesFathy authored and mergify[bot] committed May 13, 2024
1 parent ad2f55e commit 18d3d25
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ frappe.ui.form.on('Bank Reconciliation Tool Beta', {
from_reference_date: frm.doc.from_reference_date,
to_reference_date: frm.doc.to_reference_date,
},
freeze: true,
freeze_message: __("Auto Reconciling ..."),
callback: (r) => {
if (!r.exc) {
frm.refresh();
Expand Down

0 comments on commit 18d3d25

Please sign in to comment.