Bugzilla – Attachment 42783 Details for
Bug 13918
Add waiting expiration date to opac list of holds for user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13918 [QA Followup] - Remove dead template code
Bug-13918-QA-Followup---Remove-dead-template-code.patch (text/plain), 4.72 KB, created by
Kyle M Hall (khall)
on 2015-09-22 13:03:37 UTC
(
hide
)
Description:
Bug 13918 [QA Followup] - Remove dead template code
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-09-22 13:03:37 UTC
Size:
4.72 KB
patch
obsolete
>From c3a79da70772498ab9ae6400ab9ae969d5973e11 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 17 Sep 2015 08:36:50 -0400 >Subject: [PATCH] Bug 13918 [QA Followup] - Remove dead template code > >--- > .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 40 -------------------- > opac/opac-user.pl | 1 - > 2 files changed, 0 insertions(+), 41 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index d571f83..42a2f3b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -110,7 +110,6 @@ > [% IF ( BORROWER_INF.amountoverzero ) %]<li><a href="#opac-user-fines">Fines ([% BORROWER_INF.amountoutstanding %])</a></li>[% END %] > [% IF ( BORROWER_INF.amountlessthanzero ) %]<li><a href="#opac-user-fines">Credits ([% BORROWER_INF.amountoutstanding %])</a></li>[% END %] > [% END %] >- [% IF ( waiting_count ) %][% IF ( BORROWER_INF.atdestination ) %]<li><a href="#opac-user-waiting">Waiting ([% waiting_count %])</a></li>[% END %][% END %] > [% IF ( RESERVES.count ) %]<li><a href="#opac-user-holds">Holds ([% RESERVES.count %])</a></li>[% END %] > </ul> > >@@ -326,45 +325,6 @@ > > [% END # / FOREACH BORROWER_INFO %] > >- [% IF ( waiting_count && atdestination ) %] >- <div id="opac-user-waiting"> >- <table id="waitingt" class="table table-bordered table-striped"> >- <caption>Holds waiting</caption> >- <thead> >- <tr> >- <th class="anti-the">Title</th> >- <th>Hold date</th> >- <th>Pick up library</th> >- </tr> >- </thead> >- <tbody> >- [% FOREACH WAITIN IN WAITING %] >- <tr> >- <td><img src="[% themelang %]/images/[% WAITIN.itemtype %].gif" alt="[% WAITIN.itemtype %]" title="[% WAITIN.itemtype %]" /></td> >- <td> >- <a class="title" href="opac-detail.pl?biblionumber=[% WAITIN.biblionumber %]"> >- [% WAITIN.waiting_title %] [% FOREACH subtitl IN WAITIN.subtitle %] [% subtitl.subfield %][% END %] >- </a> >- <span class="item-details"> >- [% WAITIN.author %] >- </span></td> >- <td> >- <span class="tdlabel">Hold date:</span> >- [% WAITIN.reservedate | $KohaDates %]</td> >- <td> >- [% IF ( WAITIN.atdestination ) %] >- <strong>Waiting</strong> at [% WAITIN.branch %] >- [% ELSE %] >- In transit from [% WAITIN.holdingbranch %] to [% WAITIN.branch %] >- [% END %] >- </td> >- </tr> >- [% END %] >- </tbody> >- </table> >- </div> <!-- /#opac-user-waiting --> >- [% END # waiting_count && atdestination %] >- > > [% IF ( overdues_count ) %] > <div id="opac-user-overdues"> >diff --git a/opac/opac-user.pl b/opac/opac-user.pl >index c91d57a..e5352f5 100755 >--- a/opac/opac-user.pl >+++ b/opac/opac-user.pl >@@ -282,7 +282,6 @@ my $reserves = Koha::Holds->search( { borrowernumber => $borrowernumber } ); > $template->param( > RESERVES => $reserves, > showpriority => $show_priority, >- WAITING => $reserves->waiting() > ); > > # current alert subscriptions >-- >1.7.2.5
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 13918
:
37271
|
37272
|
40033
|
40035
|
41862
|
41863
|
41864
|
41865
|
41945
|
41946
|
41947
|
41948
|
42652
|
42653
|
42654
|
42655
|
42656
|
42745
|
42746
|
42747
|
42748
|
42749
|
42779
|
42780
|
42781
|
42782
|
42783
|
43429
|
43430
|
43431
|
43432
|
43433
|
43438
|
43502
|
43503
|
43504
|
43505
|
43506
|
43507
|
46130
|
46131
|
46132
|
46133
|
46134
|
46135