28 Feb
2020
28 Feb
'20
5:51 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21865 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com --- Comment #4 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Hi, with this code 40 if ( $want_help || !$confirm ) { you need to confirm even to do a test. Is that the intended behavior? May be "if ( $want_help || !($test || $confirm) ) {" Otherwise the script works well (tested using zebra) -- You are receiving this mail because: You are watching all bug changes.