mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 03:58:26 +00:00
refactor: move unreconcile btn inside a drop down
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