From 5480df542153a48901cf5f437e2cd6d557d97994 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Wed, 4 Mar 2020 15:11:23 +0000 Subject: [PATCH] Bug 23051: (follow-up) Fix renew summary display As mentioned in comment #69: >staff client does unless I click 'pay' next to the individual fine --- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt index de0c5f52fc..406b3b0766 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -36,11 +36,11 @@
+[% INCLUDE 'renew_results.inc' renew_results=renew_results %] [% IF ( accounts ) %]

Select all | Clear all

-[% INCLUDE 'renew_results.inc' renew_results=renew_results %] -- 2.11.0