https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40313
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Marcel de Rooy <[email protected]> --- git grep koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt: update_category_code( "[% borrower_data.categorycode | html %]" ); koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt: update_category_code( category_code ); koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt: update_category_code(this); koha-tmpl/intranet-tmpl/prog/js/members.js:function update_category_code(category_code) { Shouldnt we change this part in the template: $("#categorycode_entry").on("change", function(){ update_category_code(this); }); And have a consistent param type in the function? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
