11 Mar
2020
11 Mar
'20
3:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21865 --- Comment #5 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Bernardo Gonzalez Kriegel from comment #4)
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)
Indeed, good idea -- You are receiving this mail because: You are watching all bug changes.