refactor: move unreconcile btn inside a drop down
This commit is contained in:
parent
85ebaa3aed
commit
f2b0ac6868
@ -19,7 +19,7 @@ erpnext.accounts.unreconcile_payments = {
|
|||||||
if (r.message) {
|
if (r.message) {
|
||||||
frm.add_custom_button(__("Un-Reconcile"), function() {
|
frm.add_custom_button(__("Un-Reconcile"), function() {
|
||||||
erpnext.accounts.unreconcile_payments.build_unreconcile_dialog(frm);
|
erpnext.accounts.unreconcile_payments.build_unreconcile_dialog(frm);
|
||||||
});
|
}, __('Actions'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user