23 Feb
2017
23 Feb
'17
1 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18022 --- Comment #5 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- as a temporary workaround, I put this in the intranetuserjs syspref : $('#mainform').submit(function(event){ if ( ! $('#barcode').val().length ) { event.preventDefault(); window.location.replace("/cgi-bin/koha/circ/circulation.pl"); } }); Olivier Crouzet -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.