https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36027

--- Comment #67 from David Nind <[email protected]> ---
It no longer seems possible to use any of the --skip-* options, as far as I can
see.

Set up the data in KTD so that there is an inconsistency for patron age and
patron category type:
1. koha-mysql kohadev
2. update borrowers set categorycode = "K" where borrowernumber=49;

There is already a record in KTD with invalid MARCXML.

Example:

1. Skip the age checks, but run all the others:
misc/maintenance/search_for_data_inconsistencies.pl --skip-age
==> Result: You just get the help.
==> Expected result: All checks are run, except the status checks

2. If you include the --check-all in the command, the --skip-* is ignored and
all the checks are run: misc/maintenance/search_for_data_inconsistencies.pl
--skip-status --check-all
==> Result:
    . You get a warning "Warning: The --skip-* option(s) were ignored. Only the
--check-* options in the command were run."
    . All the checks are run

-- 
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/

Reply via email to