In cgi-bin/koha/acqui/addorderiso2709.pl, there is a problem with some fields in item information problem. Instead to have a field, you have the code : Cote <input type="text" name="field_value" value="" size="50" maxlength="255" /> Note <input type="text" name="field_value" value="" size="50" maxlength="255" />
Created attachment 78824 [details] [review] Bug 21347 : Escaped fields that should be in addorderiso2709 Test plan 1/ Stage a MARC file (if you have none staged) 2/ Create a basket in aquisitions 3/ Add an order via staged file 4/ Look at the item information tab, notice there is escaped html 5/ Apply patch 6/ Refresh page, notice it is fixed
I have followed the plan test and now the fields in item information page are correcty displayed. Thank you Chris!
Patch tested with a sandbox, by Sonia <sonia.bouis@univ-lyon3.fr>
Created attachment 78858 [details] [review] Bug 21347 : Escaped fields that should be in addorderiso2709 Test plan 1/ Stage a MARC file (if you have none staged) 2/ Create a basket in aquisitions 3/ Add an order via staged file 4/ Look at the item information tab, notice there is escaped html 5/ Apply patch 6/ Refresh page, notice it is fixed Signed-off-by: Sonia <sonia.bouis@univ-lyon3.fr>
Created attachment 78892 [details] [review] Bug 21347: Escaped fields that should be in addorderiso2709 Test plan 1/ Stage a MARC file (if you have none staged) 2/ Create a basket in aquisitions 3/ Add an order via staged file 4/ Look at the item information tab, notice there is escaped html 5/ Apply patch 6/ Refresh page, notice it is fixed Signed-off-by: Sonia <sonia.bouis@univ-lyon3.fr> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Awesome work all! Pushed to master for 18.11