Bugzilla – Attachment 30777 Details for
Bug 12673
Remove CGI::scrolling_list from C4::Items.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12673: (followup) fix Supplemental issue too
Bug-12673-followup-fix-Supplemental-issue-too.patch (text/plain), 2.07 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-08-13 23:41:16 UTC
(
hide
)
Description:
Bug 12673: (followup) fix Supplemental issue too
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-08-13 23:41:16 UTC
Size:
2.07 KB
patch
obsolete
>From 9ba89b4b3e3a3697b620154ec1cf68b3aa9f313d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 13 Aug 2014 20:36:47 -0300 >Subject: [PATCH] Bug 12673: (followup) fix Supplemental issue too > >The same fix needs to be used for the 'Supplemental issue' part. >To test, use the same test steps used for the previous followup, >but choose "Arrived" in the 'Supplemental issue' row. > >Regards >To+ > >Sponsored-by: Universidad Nacional de Cordoba >--- > .../intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >index 67a2ead..3877715 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >@@ -407,7 +407,19 @@ $(document).ready(function() { > [% ELSE %] > <label>[% iteminformatio.subfield %] - [% iteminformatio.marc_lib %]</label> > [% END %] >+ [% IF ( iteminformatio.marc_value.type == 'select' ) %] >+ <select name="field_value" size="1"> >+ [% FOREACH value IN iteminformatio.marc_value.values %] >+ [% IF ( value == iteminformatio.marc_value.default ) %] >+ <option value="[% value %]" selected="selected">[% iteminformatio.marc_value.labels.$value %]</option> >+ [% ELSE %] >+ <option value="[% value %]">[% iteminformatio.marc_value.labels.$value %]</option> >+ [% END %] >+ [% END %] >+ </select> >+ [% ELSE %] > [% iteminformatio.marc_value %] >+ [% END %] > <input type="hidden" name="itemid" value="[% newserialloo.itemid %]" /> > <input type="hidden" name="kohafield" value="[% iteminformatio.kohafield %]" /> > <input type="hidden" name="tag" value="[% iteminformatio.tag %]" /> >-- >1.9.1
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 12673
:
30301
|
30407
|
30434
|
30500
|
30765
|
30769
|
30776
| 30777