http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7451 --- Comment #1 from Dobrica Pavlinusic <dpavlin@rot13.org> 2012-01-17 14:25:19 UTC --- Created attachment 7198 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7198 $subfield_data{id} is used for AJAX value_builders and hidden fields 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. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.