https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27430 --- Comment #19 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 1573 [% IF categorycode %] 1574 update_category_code( "[% categorycode | html %]" ); 1575 [% ELSE %] 1576 if ( $("#categorycode_entry").length > 0 ){ 1577 var category_code = $("#categorycode_entry").find("option:selected").val(); 1578 update_category_code( category_code ); 1579 } 1580 [% END %] update_category_code COULD not be called on document.ready. But I am not sure we display the form without the category dropdown list. I will push as it, don't want to mess with this form. -- You are receiving this mail because: You are watching all bug changes.