Bugzilla – Attachment 30776 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]
[SIGNED OFF] Bug 12673: Followup - fix display in serials-edit
SIGNED-OFF-Bug-12673-Followup---fix-display-in-ser.patch (text/plain), 2.31 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-08-13 23:40:57 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 12673: Followup - fix display in serials-edit
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-08-13 23:40:57 UTC
Size:
2.31 KB
patch
obsolete
>From 61ed74b85061e5540a09f577fcf16953e192a57c Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Wed, 13 Aug 2014 13:40:11 -0300 >Subject: [PATCH] [SIGNED OFF] Bug 12673: Followup - fix display in > serials-edit > >This patch fix the display of items information >following changes on previous patch. > >To test: >1. Go to serials >2. Add a subscription >3. Receive an issue >4. Change status to Arrived >Item information display correct labels, >but no pulldowns, that's the bug >5. Apply the patch >6. Reload page, change to Arrived again, >this time pulldowns must be right > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >Works as expected. >--- > .../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 373b70c..67a2ead 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 >@@ -264,7 +264,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="[% item.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