[Koha-bugs] [Bug 24152] Add the ability to purge pseudonymized data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 19 10:06:41 CEST 2020


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

--- Comment #21 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Looks good to me, minor points:

+    || defined $pPseudoTransactions
 ) {
     print "You did not specify any cleanup work for the script to do.\n\n";
=> Looks like you forgot the alternative parameters here with from and to ?
Follow-up added.

Use of uninitialized value $pPseudoTransactions in concatenation (.) or string
at misc/cronjobs/cleanup_database.pl line 462.
Purging pseudonymized transactions older than  days.
=> Since we have three pars, removed the one parameter from the message.

Looks like it is not possible to purge with days 0 ? Is the time stripped in
the dtf parsing?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list