Bugzilla – Attachment 100073 Details for
Bug 24082
Add a 'refund' option to anonymous payments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24082: (QA follow-up): Template fixes
Bug-24082-QA-follow-up-Template-fixes.patch (text/plain), 4.91 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-03-03 20:28:07 UTC
(
hide
)
Description:
Bug 24082: (QA follow-up): Template fixes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-03-03 20:28:07 UTC
Size:
4.91 KB
patch
obsolete
>From 8ad45f7e8f61e3af3e0b20c2c7b0062243c89ff1 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 3 Mar 2020 16:10:17 -0300 >Subject: [PATCH] Bug 24082: (QA follow-up): Template fixes > >This patch introduces missing TT filters and also replaces tabs for >spaces to fix indentation problems. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/en/modules/pos/register.tt | 44 +++++++++---------- > 1 file changed, 22 insertions(+), 22 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >index c8cabbe457..53a4eab307 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >@@ -149,27 +149,27 @@ > [% IF register.cashups %] > <h2>Older transactions</h2> > <form method="GET" action="/cgi-bin/koha/pos/register.pl"> >- <fieldset class="rows"> >- Please select a date range to display transactions for: >- <ol> >- <li> >- <label for="trange_f">From: </label> >- <input type="text" size="10" id="from" name="trange_f" value="[% trange_f | html %]"/> >- <label class="inline" for="trange_t">To: </label> >- [% IF trange_t %] >- <input size="10" id="to" name="trange_t" value="[% trange_t | html %]" type="text"/> >- [% ELSE %] >- <input size="10" id="to" name="trange_t" value="[% register.last_cashup.timestamp | $KohaDates with_hours => 0, dateformat => 'metric' %]" type="text"/> >- [% END %] >- <span class="hint">[% INCLUDE 'date-format.inc' %]</span> >- </li> >- </ol> >- </fieldset> >+ <fieldset class="rows"> >+ Please select a date range to display transactions for: >+ <ol> >+ <li> >+ <label for="trange_f">From: </label> >+ <input type="text" size="10" id="from" name="trange_f" value="[% trange_f | html %]"/> >+ <label class="inline" for="trange_t">To: </label> >+ [% IF trange_t %] >+ <input size="10" id="to" name="trange_t" value="[% trange_t | html %]" type="text"/> >+ [% ELSE %] >+ <input size="10" id="to" name="trange_t" value="[% register.last_cashup.timestamp | $KohaDates with_hours => 0, dateformat => 'metric' %]" type="text"/> >+ [% END %] >+ <span class="hint">[% INCLUDE 'date-format.inc' %]</span> >+ </li> >+ </ol> >+ </fieldset> > >- <div class="action"> >- <input type="hidden" name="registerid" value="[% register.id | html %]"> >- <input type="submit" value="Display" /> >- </div> >+ <div class="action"> >+ <input type="hidden" name="registerid" value="[% register.id | html %]"> >+ <input type="submit" value="Display" /> >+ </div> > </form> > > [% IF trange_f %] >@@ -203,7 +203,7 @@ > [% FOREACH credit IN accountline.credit_offsets %] > [% IF credit.debit %] > <tr> >- <td>[% accountline.accountlines_id %]</td> >+ <td>[% accountline.accountlines_id | html %]</td> > <td>{ "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> > <td></td> > <td>[%- PROCESS account_type_description account=credit.debit -%] >@@ -224,7 +224,7 @@ > [% FOREACH debit IN accountline.debit_offsets %] > [% IF debit.credit %] > <tr> >- <td>[% accountline.accountlines_id %]</td> >+ <td>[% accountline.accountlines_id | html %]</td> > <td>{ "type": "debit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> > <td></td> > <td>[%- PROCESS account_type_description account=debit.credit -%]</td> >-- >2.25.0
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 24082
:
97042
|
97826
|
97827
|
97828
|
98849
|
98850
|
98851
|
98854
|
98855
|
98856
|
99983
|
99984
|
99985
|
99991
|
99992
|
99993
|
99995
|
99996
|
99997
|
100031
|
100032
|
100033
|
100070
|
100071
|
100072
| 100073