Bug 7451 - PrepareItemrecordDisplay missing $subfield_data{id} which breaks AJAX...
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 17 Jan 2012 14:15:42 +0000 (15:15 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 17 Jan 2012 14:43:33 +0000 (15:43 +0100)
commit4d7141442188729f8c1802bd4277f3535a6555c2
tree105488c106659becddba730fa517653985f425fb
parent9d9672480cdac1b68d7359ea21e86046a582dba4
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.

http://bugs.koha-community.org/show_bug.cgi?id=7451
C4/Biblio.pm