Bugzilla – Attachment 13498 Details for
Bug 8215
Add Course Reserves
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8215 - Add Course Reserves - QA Followup - Hide itemtype modification for bib-level itemtypes.
Bug-8215---Add-Course-Reserves---QA-Followup---Hid.patch (text/plain), 3.49 KB, created by
Kyle M Hall (khall)
on 2012-11-16 20:04:28 UTC
(
hide
)
Description:
Bug 8215 - Add Course Reserves - QA Followup - Hide itemtype modification for bib-level itemtypes.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-11-16 20:04:28 UTC
Size:
3.49 KB
patch
obsolete
>From 6d163649f4b706ec32abae757578b5d9ea0fe9ba Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 21 Sep 2012 08:14:37 -0400 >Subject: [PATCH] Bug 8215 - Add Course Reserves - QA Followup - Hide itemtype modification for bib-level itemtypes. >Content-Type: text/plain; charset="utf-8" > >--- > .../en/modules/course_reserves/add_items-step2.tt | 2 ++ > .../en/modules/course_reserves/course-details.tt | 4 +++- > 2 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >index e939e0a..2326e3f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >@@ -41,6 +41,7 @@ $(document).ready(function() { > <input type="hidden" name="itemnumber" value="[% item.itemnumber %]" /> > </li> > >+ [% IF item_level_itypes %] > <li> > <label class="required" for="itype">Item Type:</label> > <select id="itype" name="itype"> >@@ -55,6 +56,7 @@ $(document).ready(function() { > [% END %] > </select> > </li> >+ [% END %] > > <li> > <label class="required" for="ccode">Collection Code:</label> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index 4dd9eb1..3c91065 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -72,7 +72,7 @@ > <th>Title</th> > <th>Barcode</th> > <th>Call number</th> >- <th>Item type</th> >+ [% IF item_level_itypes %]<th>Item type</th>[% END %] > <th>Collection</th> > <th>Location</th> > <th>Library</th> >@@ -90,6 +90,7 @@ > <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cr.item.biblionumber %]">[% cr.item.title %]</a></td> > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% cr.item.itemnumber %]&biblionumber=[% cr.item.biblionumber %]&bi=[% cr.item.biblioitemnumber %]">[% cr.item.barcode %]</a></td> > <td>[% cr.item.itemcallnumber %]</td> >+ [% IF item_level_itypes %] > <td> > [% IF cr.course_item.itype %] > [% IF cr.course_item.enabled == 'yes' %] >@@ -102,6 +103,7 @@ > ([% ItemTypes.GetDescription( cr.item.itype ) %]) > [% END %] > </td> >+ [% END %] > <td> > [% IF cr.course_item.ccode %] > [% IF cr.course_item.enabled == 'yes' %] >-- >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 8215
:
9990
|
10181
|
10224
|
11131
|
11612
|
11657
|
11677
|
11678
|
11679
|
11680
|
11681
|
11682
|
11683
|
11860
|
11861
|
11862
|
11865
|
11875
|
11881
|
11882
|
11980
|
12039
|
12120
|
12128
|
12188
|
12189
|
12192
|
12246
|
12361
|
12400
|
12413
|
12414
|
12593
|
12627
|
13496
|
13497
|
13498
|
13499
|
15195
|
15196
|
15197
|
15198
|
15199
|
16228
|
16229
|
16251
|
16252
|
16532
|
16533
|
16534
|
16536
|
16537
|
16545
|
16567
|
16568
|
16587
|
16588
|
16599
|
16621
|
16623
|
16634
|
17333
|
17334
|
17335
|
17336
|
17337
|
17377
|
17378
|
17379
|
17894
|
17895
|
17896
|
17897
|
17898
|
17899
|
18274
|
18275
|
18276
|
18277
|
18278
|
18279
|
18282
|
18283
|
18284
|
18285
|
18286
|
18287
|
18288
|
18289
|
18290
|
18291
|
18292
|
18293
|
21885
|
23264