Bugzilla – Attachment 57123 Details for
Bug 15503
Grab Item Information from Order Files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15503 [QA Followup] - Incoming itype doesn't set pulldown value properly
Bug-15503-QA-Followup---Incoming-itype-doesnt-set-.patch (text/plain), 1.38 KB, created by
Kyle M Hall (khall)
on 2016-11-03 10:45:32 UTC
(
hide
)
Description:
Bug 15503 [QA Followup] - Incoming itype doesn't set pulldown value properly
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-11-03 10:45:32 UTC
Size:
1.38 KB
patch
obsolete
>From 30978ca808ca5182e73734c2528c8bc104780e0c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 3 Nov 2016 10:44:56 +0000 >Subject: [PATCH] Bug 15503 [QA Followup] - Incoming itype doesn't set pulldown > value properly > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 78f7204..9dce846 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -307,7 +307,7 @@ > </li> > <li><label for="itype_item_[% item.item_id %]">itype</label><select id="itype_item_[% item.item_id %]" name="itype_[% item.biblio_count %]"> > [% FOREACH itypeloo IN itypeloop %] >- [% IF ( itypeloo.value ) == ( item.itype ) %] >+ [% IF ( itypeloo.itemtypee ) == ( item.itype ) %] > <option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description |html %]</option> > [% ELSE %] > <option value="[% itypeloo.itemtype %]">[% itypeloo.description |html %]</option> >-- >2.1.4
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 15503
:
53493
|
54480
|
54660
|
55057
|
55616
|
55617
|
55926
|
55927
|
55928
|
56851
|
56852
|
57123
|
57124
|
57125
|
57715
|
58103
|
58132
|
58164
|
58165
|
58166
|
58376
|
58377
|
59093
|
59097
|
59415
|
59416
|
59417
|
59418
|
59419
|
59420
|
59421
|
59515
|
60025
|
60026
|
60027
|
60028
|
60029
|
60030
|
60031
|
60032
|
60203
|
60204
|
60205
|
60206
|
60207
|
60208
|
60209
|
60210
|
60211