commit | f2b0ac6868387611d9d6d00274fea6655aceb9c0 | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Fri Sep 15 16:19:27 2023 +0530 |
committer | ruthra kumar <ruthra@erpnext.com> | Fri Sep 15 16:19:27 2023 +0530 |
tree | 58ee8dd1190c32a69b4b5b50c7a6ae9f5c2f5a2d | |
parent | 85ebaa3aedbd6d134a2ad6f37f12cd23bdecc501 [diff] [blame] |
refactor: move `unreconcile` btn inside a drop down
diff --git a/erpnext/public/js/utils/unreconcile.js b/erpnext/public/js/utils/unreconcile.js index acc77a6..bbdd51d 100644 --- a/erpnext/public/js/utils/unreconcile.js +++ b/erpnext/public/js/utils/unreconcile.js
@@ -19,7 +19,7 @@ if (r.message) { frm.add_custom_button(__("Un-Reconcile"), function() { erpnext.accounts.unreconcile_payments.build_unreconcile_dialog(frm); - }); + }, __('Actions')); } } });