Bugzilla – Attachment 107185 Details for
Bug 12556
SelfCheck machine starts the hold instantly with an email sent out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12556: Simplify and correct logic in holds-table.inc template
Bug-12556-Simplify-and-correct-logic-in-holds-tabl.patch (text/plain), 1.82 KB, created by
Joonas Kylmälä
on 2020-07-22 15:50:26 UTC
(
hide
)
Description:
Bug 12556: Simplify and correct logic in holds-table.inc template
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2020-07-22 15:50:26 UTC
Size:
1.82 KB
patch
obsolete
>From b525a4af527ae684c2aea2e9081c775780de6700 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@helsinki.fi> >Date: Wed, 22 Jul 2020 15:44:31 +0000 >Subject: [PATCH] Bug 12556: Simplify and correct logic in holds-table.inc > template > >The states is_waiting and is_found are already implied by >is_at_destination. Also we would never get the 'transfered' html class >since transfer's status is T (this might not have been true in the >past but now is). >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 14 ++++---------- > 1 file changed, 4 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >index 0091845183..bb24886c5d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -37,16 +37,10 @@ > [% UNLESS ( HOLD.is_waiting || HOLD.is_in_transit ) %] > [% SET all_holds_waiting = 0 %] > [% END %] >- [% IF ( HOLD.is_waiting ) %] >- [% IF ( HOLD.is_at_destination ) %] >- [% IF ( HOLD.is_found ) %] >- <tr class="reserved"> >- [% ELSE %] >- <tr> >- [% END %] >- [% ELSE %] >- <tr class="transfered"> >- [% END %] >+ [% IF ( HOLD.is_at_destination ) %] >+ <tr class="reserved"> >+ [% ELSIF HOLD.is_in_transit %] >+ <tr class="transfered"> > [% ELSE %] > <tr> > [% END %] >-- >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 12556
:
107181
|
107182
|
107183
|
107184
|
107185
|
107186
|
108711
|
109140
|
109924
|
109925
|
109926
|
109927
|
109928
|
109929
|
110719
|
110942
|
110943
|
110944
|
110945
|
110946
|
110947
|
110948
|
110949
|
110950
|
110951
|
110952
|
110953
|
110954
|
110955
|
110956
|
110961
|
110962
|
110963
|
110964
|
110965
|
110966
|
111405
|
111406
|
111407
|
111408
|
111409
|
111410
|
111494
|
111495
|
111496
|
111497
|
111498
|
111499
|
111500
|
111509
|
111516
|
111585
|
111610