https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21865
--- Comment #5 from Fridolin SOMERS <[email protected]> --- (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. _______________________________________________ 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/
