From 6ffe00c56dee71f36806b0f55d6f74fa4162e559 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Wed, 13 Aug 2014 13:40:11 -0300 Subject: [PATCH] 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 Signed-off-by: Tomas Cohen Arazi Works as expected. --- .../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 373b70c861..67a2eada30 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 %] [% END %] + [% IF ( iteminformatio.marc_value.type == 'select' ) %] + + [% ELSE %] [% iteminformatio.marc_value %] + [% END %] -- 2.39.2