From 976ae728382f9cb0c2a9c0cdf7fc6ece3f205875 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 20 Sep 2017 23:43:22 +0200 Subject: [PATCH] Bug 13796: (follow-up) Move renewal remaining statement back This moved the renewals remaining statement back out of the condition so it's visible always - with and without a rental fine on the item type. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 53021d4c6e..78344ce347 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -281,11 +281,11 @@ Using this account is not recommended because some parts of Koha will not functi [% IF ( ISSUE.status ) %] [% IF ( canrenew ) %] Renew - ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining) [% END %] [% IF ISSUE.renewalfee > 0 %] Fee for item type '[% ItemTypes.GetDescription( ISSUE.renewalitemtype) %]': [% ISSUE.renewalfee | $Price %] [% END %] + ([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining) [% ELSIF ( ISSUE.on_reserve ) %] Not renewable (on hold) [% ELSIF ( ISSUE.too_many ) %] -- 2.11.0