Bugzilla – Attachment 45269 Details for
Bug 15216
Display Branch names and itemtype descriptions on the returns page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15216: Returns - Show collection description
Bug-15216-Returns---Show-collection-description.patch (text/plain), 1.83 KB, created by
Jonathan Druart
on 2015-12-01 14:30:30 UTC
(
hide
)
Description:
Bug 15216: Returns - Show collection description
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-12-01 14:30:30 UTC
Size:
1.83 KB
patch
obsolete
>From 306c3c1a84e1a890c07215790879ebd4c151d12b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Thu, 26 Nov 2015 00:29:34 +0100 >Subject: [PATCH] Bug 15216: Returns - Show collection description >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The table of returns displays the collection code >instead of the description. This patch fixes that. > >Same as first patch: > >To test: >- Check out some items >- Return the items >- Verify the changes in the table of returned items > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 3762e32..8938e2e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -588,7 +588,7 @@ $(document).ready(function () { > <td class="ci-holdinglibrary">[% Branches.GetName( riloo.holdingbranch ) %]</td> > <td class="ci-shelvinglocation">[% riloo.location %]</td> > <td class="ci-callnumber">[% riloo.itemcallnumber %]</td> >- <td class="ci-type">[% ItemTypes.GetDescription( riloo.itemtype ) %] [% riloo.ccode %]</td> >+ <td class="ci-type">[% ItemTypes.GetDescription( riloo.itemtype ) %] [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) %]</td> > <td class="ci-patron">[% IF ( riloo.duedate ) %] > <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% riloo.borrowernumber %]"> > [% riloo.borsurname %], [% riloo.borfirstname %] ([% riloo.borcategorycode %]) >-- >2.1.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 15216
:
45079
|
45128
|
45175
|
45180
|
45268
| 45269