Bug 39652: (QA follow-up) Update misc/maintenance/pseudonymize_statistics.pl
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
54205bd6ba
commit
e744f001ae
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if ( !$confirm ) {
|
|||
}
|
||||
|
||||
while ( my $statistic = $statistics->next ) {
|
||||
Koha::PseudonymizedTransaction->new_from_statistic($statistic)->store();
|
||||
Koha::PseudonymizedTransaction->create_from_statistic($statistic);
|
||||
}
|
||||
|
||||
print $statistics->count() . " statistics pseudonymized\n" if $verbose;
|
||||
|
|
Loading…
Reference in a new issue