http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7451

Dobrica Pavlinusic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7199|0                           |1
        is obsolete|                            |

--- Comment #12 from Dobrica Pavlinusic <[email protected]> ---
Created attachment 8469
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8469&action=edit
Bug 7451 - PrepareItemrecordDisplay missing $subfield_data{id} which breaks
AJAX value_builders

In current version of code, it gets initialized too late, so it produces
unitialized warnings for hidden fields (which is non-fatal) and breaks
generated JavaScript for AJAX value_builders (which is fatal)

This bug was introduced in ticket 6106 which is modification of 5955
which didn't have this particular problem.

Since then, this code moved to C4::Items because of de-nesting patches.

Test scenario:
1. define 952$i plugin: stocknumberam123.pl (this is ajax value_builder)
2. go to one of following pages and verify that plugin works:
    acqui/addorderiso2709.pl
    acqui/neworderempty.pl
    acqui/orderreceive.pl
    serials/serials-edit.pl

For stocknumberam123.pl plugin to work, you have to have at least
one item with stocknumber in format which this plugin expects:
capital letters, space, some number

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to