Bugzilla – Attachment 57125 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] - Set itype and ccode properly
Bug-15503-QA-Followup---Set-itype-and-ccode-proper.patch (text/plain), 2.67 KB, created by
Kyle M Hall (khall)
on 2016-11-03 11:01:28 UTC
(
hide
)
Description:
Bug 15503 [QA Followup] - Set itype and ccode properly
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-11-03 11:01:28 UTC
Size:
2.67 KB
patch
obsolete
>From 9ed4bbb73bb47ac3d33cd4500a1ce56e36c9f034 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] - Set itype and ccode properly > >--- > acqui/addorderiso2709.pl | 5 +++-- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) > >diff --git a/acqui/addorderiso2709.pl b/acqui/addorderiso2709.pl >index 540963c..8fa4172 100755 >--- a/acqui/addorderiso2709.pl >+++ b/acqui/addorderiso2709.pl >@@ -222,8 +222,8 @@ if ($op eq ""){ > my @nonpublic_notes = $input->multi_param('nonpublic_note_' . $biblio_count); > my @public_notes = $input->multi_param('public_note_' . $biblio_count); > my @locs = $input->multi_param('loc_' . $biblio_count); >- my @ccodes = $input->multi_param('ccodes_' . $biblio_count); >- my @notforloans = $input->multi_param('notforloans_' . $biblio_count); >+ my @ccodes = $input->multi_param('ccode_' . $biblio_count); >+ my @notforloans = $input->multi_param('notforloan_' . $biblio_count); > my @uris = $input->multi_param('uri_' . $biblio_count); > my @copynos = $input->multi_param('copyno_' . $biblio_count); > my @budget_codes = $input->multi_param('budget_code_' . $biblio_count); >@@ -238,6 +238,7 @@ if ($op eq ""){ > itemnotes => $public_notes[$i], > location => $locs[$i], > ccode => $ccodes[$i], >+ itype => $itypes[$i], > notforloan => $notforloans[$i], > uri => $uris[$i], > copynumber => $copynos[$i], >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..fd8574b 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.itemtype ) == ( 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