@@ -, +, @@ page and make action buttons split button Print - fee which was written-off and write-off line Pay + Print in dropdown - unpaid fee, for user without permission to Pay + Print and Write off in dropdown - unpaid fee, user with Print + Reverse in dropdown - for payment row --- koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 10 +++------- members/boraccount.pl | 3 --- 2 files changed, 3 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -66,11 +66,7 @@ $(document).ready(function() { Note Amount Outstanding - [% IF ( reverse_col ) %] - Actions - [% ELSE %] -   - [% END %] + Actions @@ -123,7 +119,7 @@ $(document).ready(function() { [% END %] [% END %] [% # If user can reverse, we need the dropdown %] - [% IF ( reverse_col && account.payment ) %] + [% IF ( account.payment ) %]