Bugzilla – Attachment 73606 Details for
Bug 19812
Holds count in "Already received" table has confusing and unexpected values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19812 [QA Followup] - Swap sides for total and item holds
Bug-19812-QA-Followup---Swap-sides-for-total-and-i.patch (text/plain), 2.05 KB, created by
Kyle M Hall (khall)
on 2018-04-04 10:56:56 UTC
(
hide
)
Description:
Bug 19812 [QA Followup] - Swap sides for total and item holds
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-04 10:56:56 UTC
Size:
2.05 KB
patch
obsolete
>From 2117d215e59142d0374ed82eb7c6f92205dcb3f3 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Wed, 4 Apr 2018 06:56:06 -0400 >Subject: [PATCH] Bug 19812 [QA Followup] - Swap sides for total and item holds > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index b7b4b83e46..67f38a3fb8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -219,7 +219,7 @@ > <th>Basket</th> > <th>Basket group</th> > <th>Order line</th> >- <th title="Total holds / Item holds">Holds</th> >+ <th title="Item holds / Total holds">Holds</th> > <th>Summary</th> > <th>View record</th> > <th>Quantity</th> >@@ -281,14 +281,14 @@ > [% END %] > </td> > <td> >- [% IF order.total_holds > 0 %] >- <span class="error"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% order.biblionumber %]">[% order.total_holds %]</a></span> >+ [% IF order.item_holds > 0 %] >+ <span class="error"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% order.biblionumber %]">[% order.item_holds %]</a></span> > [% ELSE %] > 0 > [% END %] > / >- [% IF order.item_holds > 0 %] >- <span class="error"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% order.biblionumber %]">[% order.item_holds %]</a></span> >+ [% IF order.total_holds > 0 %] >+ <span class="error"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% order.biblionumber %]">[% order.total_holds %]</a></span> > [% ELSE %] > 0 > [% END %] >-- >2.15.1 (Apple Git-101)
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 19812
:
69799
|
69829
|
70115
| 73606 |
73607
|
73608