Bugzilla – Attachment 23551 Details for
Bug 10852
Add 3 filters to the serials search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10852: QA Followup - Switch from KohaAuthorisedValues to AuthorisedValues
Bug-10852-QA-Followup---Switch-from-KohaAuthorised.patch (text/plain), 2.35 KB, created by
Kyle M Hall (khall)
on 2013-12-13 20:41:20 UTC
(
hide
)
Description:
Bug 10852: QA Followup - Switch from KohaAuthorisedValues to AuthorisedValues
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-12-13 20:41:20 UTC
Size:
2.35 KB
patch
obsolete
>From c215ef2505d79dc614894b5dbde0bbe2bb482446 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 13 Dec 2013 15:34:17 -0500 >Subject: [PATCH] Bug 10852: QA Followup - Switch from KohaAuthorisedValues to AuthorisedValues > >Bug 10626 will remove the KohaAuthorisedValues plugin and keep the >AuthorisedValues plugin. >--- > .../prog/en/modules/serials/serials-search.tt | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >index 31d4b02..ca4058d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >@@ -1,7 +1,7 @@ > [% USE Branches %] > [% INCLUDE 'doc-head-open.inc' %] > [% USE KohaDates %] >-[% USE KohaAuthorisedValues %] >+[% USE AuthorisedValues %] > <title>Koha › Serials [% biblionumber %]</title> > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'doc-head-close.inc' %] >@@ -184,7 +184,7 @@ > [% IF ( subscription.branchcode ) %][% Branches.GetName( subscription.branchcode ) %][% END %] > </td> > <td> >- [% IF ( subscription.location ) %][% KohaAuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %] >+ [% IF ( subscription.location ) %][% AuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %] > </td> > <td> > [% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %] >@@ -271,7 +271,7 @@ > [% IF ( subscription.branchcode ) %][% Branches.GetName( subscription.branchcode ) %][% END %] > </td> > <td> >- [% IF ( subscription.location ) %][% KohaAuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %] >+ [% IF ( subscription.location ) %][% AuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %] > </td> > <td> > [% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %] >-- >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 10852
:
20945
|
23294
|
23295
|
23296
|
23548
|
23549
|
23550
| 23551