mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 16:56:57 +00:00
refactor: move unreconcile btn inside a drop down
(cherry picked from commit f2b0ac6868)
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user