Bugzilla – Attachment 20659 Details for
Bug 10626
Remove doubled up TT plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10626 - Remove doubled up TT plugins - Merge KohaAuthorisedValues and AuthorisedValues - Followup
Bug-10626---Remove-doubled-up-TT-plugins---Merge-K.patch (text/plain), 1.61 KB, created by
Kyle M Hall (khall)
on 2013-08-27 17:14:29 UTC
(
hide
)
Description:
Bug 10626 - Remove doubled up TT plugins - Merge KohaAuthorisedValues and AuthorisedValues - Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-08-27 17:14:29 UTC
Size:
1.61 KB
patch
obsolete
>From 53b4cade912b98f1ec2f39d43156822b8eb1cd84 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 27 Aug 2013 13:12:11 -0400 >Subject: [PATCH] Bug 10626 - Remove doubled up TT plugins - Merge KohaAuthorisedValues and AuthorisedValues - Followup > >--- > .../prog/en/modules/circ/view_holdsqueue.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index 3482de6..f42bb47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -1,5 +1,5 @@ > [% USE ItemTypes %] >-[% USE KohaAuthorisedValues %] >+[% USE AuthorisedValues %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Circulation › Holds queue</title> > [% INCLUDE 'doc-head-close.inc' %] >@@ -77,7 +77,7 @@ $(document).ready(function() { > [% IF ( itemsloo.size ) %][% itemsloo.size %][% END %] [% IF ( itemsloo.isbn ) %]ISBN: [% itemsloo.isbn %][% END %]</p> > </div> > </td> >- <td class="hq-collection">[% KohaAuthorisedValues.GetByCode( 'CCODE', itemsloo.ccode ) %]</td> >+ <td class="hq-collection">[% AuthorisedValues.GetByCode( 'CCODE', itemsloo.ccode ) %]</td> > <td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.itype ) %]</td> > <td class="hq-callnumber">[% itemsloo.location %] [% itemsloo.itemcallnumber %]</td> > <td class="hq-copynumber">[% itemsloo.copynumber %]</td> >-- >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 10626
:
19866
|
19867
|
19869
|
19870
|
20204
|
20205
|
20659
|
20660
|
20846
|
20847
|
20848
|
20849
|
20850
|
20962
|
22361
|
22363
|
22364
|
22365
|
22366
|
22367
|
22368
|
22369
|
23693
|
23695
|
23696