https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38236
--- Comment #12 from Jonathan Druart <[email protected]> --- Could you remove this code and see if it still fails? 433 $("#Aform").submit(function() { 434 if ( $('#authorised_value').length ) { 435 if ( ! $('#authorised_value').get(0).checkValidity() ) { 436 alert( _("Authorised value should be numeric.") ); 437 $('#authorised_value').focus(); 438 return false; 439 } 440 } 441 return true; 442 }); -- 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/
