From 150ca9c46a3fb7a3618602b9c6b040ffe56ac64b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 24 Jan 2020 15:38:48 +0100 Subject: [PATCH] Bug 24486: Remove duplicated account information at the OPAC commit efc21e6f47801503e55e3ba709a48c3f426f90ac Bug 23115: (follow-up) Move switches to a TT block Duplicated the following line: + [% PROCESS account_type_description account=ACCOUNT_LINE %] [%- PROCESS account_status_description account=ACCOUNT_LINE -%] Which cause the info to appear twice Test plan: Create a manual invoice Pay it Void it Go to the opac, account => You should see only one "(Voided)" --- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc index 17f1ae3264..9ee60dbad8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -28,7 +28,6 @@ [% END %] [% ACCOUNT_LINE.date | $KohaDates %] - [% PROCESS account_type_description account=ACCOUNT_LINE %] [%- PROCESS account_status_description account=ACCOUNT_LINE -%] -- 2.11.0