[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
Tue Jun 23 12:00:05 CEST 2020


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

--- Comment #22 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Marcel de Rooy from comment #21)
> 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?

I think it's because of the follow-up, before it was "if defined
$pPseudoTransactions".
I will add another follow-up, can you double check?

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


More information about the Koha-bugs mailing list