From 5816d05619db97a4bbea2f6d8b498cc27daacc92 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 23 Apr 2019 14:40:08 -0400 Subject: [PATCH] Bug 22761: Remove hard coded version from template Signed-off-by: Michal Denar Signed-off-by: Michal Denar --- .../prog/en/modules/members/printfeercpt.tt | 57 ---------------------- 1 file changed, 57 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt index 2b12a70b05..b5df258ad3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt @@ -18,64 +18,7 @@
- -[% IF letter %] [% letter.content | evaltt %] -[% ELSE %] - - -[% IF ( LibraryName ) %] - - - -[% END %] - - - - - - - - - - - - - - - - - [% FOREACH account IN accounts %] - - - - - [% IF ( account.amountcredit ) %] - - - [% END %] - - - - [% IF ( totalcredit ) %] - - -
-

[% LibraryName | html %]

-
-

Fee receipt

-
-

[% Branches.GetName( patron.branchcode ) | html %]

-
- Received with thanks from [% patron.firstname | html %] [% patron.surname | html %]
- Card number: [% patron.cardnumber | html %]
-
DateDescription of chargesNoteAmount
[% account.date | $KohaDates %] - [% PROCESS account_type_description account=account %] - [%- IF account.description %], [% account.description | html %][% END %] - [% account.note | html %][% ELSE %][% END %][% account.amount | $Price %]
Total outstanding dues as on date: [% ELSE %][% END %][% total | $Price %]
- -[% END %] -
[% MACRO jsinclude BLOCK %] -- 2.11.0