Bugzilla – Attachment 88631 Details for
Bug 22761
Move "Fee receipt" from template to a slip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22761: Remove hard coded version from template
Bug-22761-Remove-hard-coded-version-from-template.patch (text/plain), 2.46 KB, created by
Kyle M Hall (khall)
on 2019-04-24 14:33:48 UTC
(
hide
)
Description:
Bug 22761: Remove hard coded version from template
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-04-24 14:33:48 UTC
Size:
2.46 KB
patch
obsolete
>From 8a7f8221dae469d06c330984c40d0081fd3e3dfc Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 23 Apr 2019 14:40:08 -0400 >Subject: [PATCH] Bug 22761: Remove hard coded version from template > >Signed-off-by: Michal Denar <black23@gmail.com> > >Signed-off-by: Michal Denar <black23@gmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../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 @@ > <body id="pat_printfeercpt" class="pat"> > > <div id="receipt"> >- >-[% IF letter %] > [% letter.content | evaltt %] >-[% ELSE %] >-<!-- The table with the account items --> >-<table> >-[% IF ( LibraryName ) %] >- <tr> >- <th colspan=4 class="centerednames"> >- <h3>[% LibraryName | html %]</h3> >- </th> >- </tr> >-[% END %] >- <tr> >- <th colspan=4 class="centerednames"> >- <h2><u>Fee receipt</u></h2> >- </th> >- </tr> >- <tr> >- <th colspan=4 class="centerednames"> >- <h2>[% Branches.GetName( patron.branchcode ) | html %]</h2> >- </th> >- </tr> >- <tr> >- <th colspan=4 > >- Received with thanks from [% patron.firstname | html %] [% patron.surname | html %] <br /> >- Card number: [% patron.cardnumber | html %]<br /> >- </th> >- </tr> >- <tr> >- <th>Date</th> >- <th>Description of charges</th> >- <th>Note</th> >- <th>Amount</th> >- </tr> >- >- [% FOREACH account IN accounts %] >-<tr class="highlight"> >- <td>[% account.date | $KohaDates %]</td> >- <td> >- [% PROCESS account_type_description account=account %] >- [%- IF account.description %], [% account.description | html %][% END %] >- </td> >- <td>[% account.note | html %]</td> >- [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount | $Price %]</td> >- </tr> >- >- [% END %] >-<tfoot> >- <tr> >- <td colspan="3">Total outstanding dues as on date: </td> >- [% IF ( totalcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% total | $Price %]</td> >- </tr> >- </tfoot> >-</table> >-<!-- / The table with the account items --> >-[% END %] >- > </div> > > [% MACRO jsinclude BLOCK %] >-- >2.20.1 (Apple Git-117)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22761
:
88552
|
88553
|
88554
|
88557
|
88558
|
88559
|
88560
|
88622
|
88623
|
88624
|
88629
|
88630
|
88631
|
89222
|
89223
|
89224
|
89225
|
89227