4 Dec
2024
4 Dec
'24
8:58 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38236 --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- 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.