refactor: move unreconcile btn inside a drop down

(cherry picked from commit f2b0ac6868)
This commit is contained in:
ruthra kumar
2023-09-15 16:19:27 +05:30
committed by Mergify
parent ac7d6d6d59
commit e8d082560a

View File

@@ -19,7 +19,7 @@ erpnext.accounts.unreconcile_payments = {
if (r.message) {
frm.add_custom_button(__("Un-Reconcile"), function() {
erpnext.accounts.unreconcile_payments.build_unreconcile_dialog(frm);
});
}, __('Actions'));
}
}
});