From 2b12c171310163e1f5e83c95800564030f97cbe4 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Wed, 7 Dec 2016 11:06:44 +0000 Subject: [PATCH] Bug 17734: Get rid of reverse_col parameter As it's not needed anymore, we have at least "Print" action button for each row Test plan: 1) Go to boraccount page, the last column header should have "Actions" title 2) git grep reverse_col should not return any appearence --- koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 10 +++------- members/boraccount.pl | 3 --- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt index 66f0616..9ec674c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ b/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 ) %]