From 43cf093962735c5c298762a95ef4e22dbbc9e513 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Tue, 16 Sep 2014 14:48:50 -0300 Subject: [PATCH] Bug 12927: Problems with item information tab on acq order from staged page This patch fixes a regression introduced (by me) on Bug 12673. I adds the code needed to display properly all fields To test: 1) Check that 'AcqCreateItem' syspref is set to 'placing an order' 2) Satage a file with some items 3) Go to a Vendor, create a basket, clic add from staged file, select your file 4) On 'Item information' tab fields are displayed wrong 5) Apply the patch 6) Reload, display must now be fixed Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 0974e92..cf03b7c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -283,7 +283,19 @@ [% END %] + [% IF ( iteminformatio.marc_value.type == 'select' ) %] + + [% ELSE %] [% iteminformatio.marc_value %] + [% END %] -- 2.1.0