Bugzilla – Attachment 90925 Details for
Bug 23115
Totals are unclear when a credit is involved on the OPAC 'Fines and charges' screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23115: (QA follow-up) Address QA tools complaints
Bug-23115-QA-follow-up-Address-QA-tools-complaints.patch (text/plain), 1.75 KB, created by
Nick Clemens (kidclamp)
on 2019-06-21 16:32:25 UTC
(
hide
)
Description:
Bug 23115: (QA follow-up) Address QA tools complaints
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-06-21 16:32:25 UTC
Size:
1.75 KB
patch
obsolete
>From 02839c0ef5adc5fade4ba08d1d07a29c4b5511c6 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 21 Jun 2019 16:20:28 +0000 >Subject: [PATCH] Bug 23115: (QA follow-up) Address QA tools complaints > >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 4058d5576c..7dbf9ad18e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -16,7 +16,7 @@ > > <tbody> > [% FOREACH ACCOUNT_LINE IN ACCOUNT_LINES %] >- <tr [% IF ACCOUNT_LINE.amountoutstanding > 0 || ACCOUNT_LINE.amountoutstanding < 0 %]class="outstanding"[% END%]> >+ [% IF ACCOUNT_LINE.amountoutstanding > 0 || ACCOUNT_LINE.amountoutstanding < 0 %]<tr class="outstanding">[% ELSE %]<tr>[% END%] > [% IF ENABLE_OPAC_PAYMENTS %] > <td> > [% IF ACCOUNT_LINE.amountoutstanding > 0 %] >@@ -54,7 +54,7 @@ > </tr> > [% IF outstanding_credits.total_outstanding < 0 %] > [% FOREACH outstanding_credit IN outstanding_credits %] >- <tr [% IF outstanding_credit.amountoutstanding < 0 %]class="outstanding"[% END%]> >+ [% IF outstanding_credit.amountoutstanding < 0 %]<tr class="outstanding">[% ELSE %]<tr>[% END%] > [% IF ENABLE_OPAC_PAYMENTS %]<td></td>[% END %] > <td><span title="[% outstanding_credit.date | html %]">[% outstanding_credit.date | $KohaDates %]</span></td> > <td> >-- >2.11.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 23115
:
90564
|
90567
|
90604
|
90605
|
90616
|
90622
|
90923
|
90924
| 90925