Bugzilla – Attachment 20434 Details for
Bug 10701
In transit information doesn't display on the bibliographic detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10701 - In transit information doesn't display on the bibliographic detail page
PASSED-QA-Bug-10701---In-transit-information-doesn.patch (text/plain), 2.07 KB, created by
Katrin Fischer
on 2013-08-17 21:53:23 UTC
(
hide
)
Description:
[PASSED QA] Bug 10701 - In transit information doesn't display on the bibliographic detail page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-08-17 21:53:23 UTC
Size:
2.07 KB
patch
obsolete
>From a8fa554e4428842dc4f13f18ac198ce5ba8d7ffa Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 8 Aug 2013 15:37:35 -0400 >Subject: [PATCH] [PASSED QA] Bug 10701 - In transit information doesn't > display on the bibliographic detail page > >The patch for Bug 10083 incorrectly changed some template variable names >so that in-transit details could not be shown on the biblio detail page. >This patch corrects the error. > >To test, perform any action that will trigger an transfer between >libraries (for instance, check in an item from Library A at Library B). >View the detail page for that title and look for the transfer details in >the status column of the holdings table. It should show correct >information: > >"In transit from Athens to Nelsonville since 08/08/2013" > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Comment: Work as described, no errors. >Before patch incorrect information: "In transit from to since" >after patch correct information. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Works perfectly and passes all tests. >--- > .../prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 2c135fb..1011224 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -429,7 +429,7 @@ function verify_images() { > : due [% item.datedue %] > </span> > [% ELSIF ( item.transfertwhen ) %] >- <span class="intransit">In transit from [% itemloo.transfertfrom %] to [% itemloo.transfertto %] since [% itemloo.transfertwhen %]</span> >+ <span class="intransit">In transit from [% item.transfertfrom %] to [% item.transfertto %] since [% item.transfertwhen %]</span> > [% END %] > > [% IF ( item.itemlost ) %] >-- >1.7.9.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 10701
:
20191
|
20194
| 20434