refactor: move unreconcile btn inside a drop down

This commit is contained in:
ruthra kumar 2023-09-15 16:19:27 +05:30
parent 85ebaa3aed
commit f2b0ac6868

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'));
}
}
});