Bugzilla – Attachment 5575 Details for
Bug 4298
Title detail display: improve display of item level hold information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed Off] Fix for Bug 4298 - Title detail display: improve display of item level hold information
Signed-Off-Fix-for-Bug-4298---Title-detail-display.patch (text/plain), 2.51 KB, created by
Liz Rea
on 2011-09-23 19:58:24 UTC
(
hide
)
Description:
[Signed Off] Fix for Bug 4298 - Title detail display: improve display of item level hold information
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-09-23 19:58:24 UTC
Size:
2.51 KB
patch
obsolete
>From 48690f0175c925eb0ac2ff705db1da03bd25c966 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 20 Sep 2011 12:21:34 -0400 >Subject: [PATCH] [Signed Off] Fix for Bug 4298 - Title detail display: improve display of item level hold information >Content-Type: text/plain; charset="utf-8" > >Message changed for two cases, waiting and item-level hold: > >"Waiting for [ patron name ] at [ library] since [ date ]" > >"Item-level hold for [ patron name ] for delivery at [ library ] (placed [ date ])" > >Signed-off-by: Liz Rea <lrea@nekls.org> >Works as advertsed, is MUCH more clear. >--- > .../prog/en/modules/catalogue/detail.tt | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index e723781..8903ce1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -328,7 +328,7 @@ function verify_images() { > [% IF ( itemloo.waitingdate ) %] > Waiting > [% ELSE %] >- On hold >+ Item-level hold > [% END %] > [% IF ( canreservefromotherbranches ) %]for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedForBorrowernumber %]"> > [% IF ( hidepatronname ) %] >@@ -338,12 +338,12 @@ function verify_images() { > [% END %] > </a>[% END %] > [% IF ( itemloo.waitingdate ) %] >- at[% ELSE %]expected at >+ at[% ELSE %]for delivery at > [% END %] [% itemloo.ExpectedAtLibrary %] >- since >- [% IF ( itemloo.waitingdate ) %][% itemloo.waitingdate %] >+ [% IF ( itemloo.waitingdate ) %] >+ since [% itemloo.waitingdate %] > [% ELSE %] >- [% IF ( itemloo.reservedate ) %][% itemloo.reservedate %][% END %] >+ [% IF ( itemloo.reservedate ) %](placed [% itemloo.reservedate %])[% END %] > [% END %] > [% END %] > [% UNLESS ( itemloo.itemnotforloan ) %][% UNLESS ( itemloo.onloan ) %][% UNLESS ( itemloo.itemlost ) %][% UNLESS ( itemloo.wthdrawn ) %][% UNLESS ( itemloo.damaged ) %][% UNLESS ( itemloo.transfertwhen ) %][% UNLESS ( itemloo.reservedate ) %] >-- >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 4298
:
5542
|
5574
| 5575