http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15013
Bug ID: 15013 Summary: test option (-t) does not work in batchRebuildItemsTables.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: gmcha...@gmail.com Reporter: bar...@bywatersolutions.com QA Contact: testo...@bugs.koha-community.org CC: ro...@catalyst.net.nz batchRebuildItemsTables.pl should allow a dry-run using the '-t' parameter, but the script aborts instead, due to the following line: pod2usage(1) if ($help || (!$confirm)); The logic for actually committing records to the database is in place farther on in the code, so we shouldn't be quitting there. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/