Bugzilla – Attachment 181385 Details for
Bug 39652
Pseudonymized_borrower_attributes causes subsequent pseudonymized_transactions to not be added
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39652 (QA follow-up): Update misc/maintenance/pseudonymize_statistics.pl
Bug-39652-QA-follow-up-Update-miscmaintenancepseud.patch (text/plain), 980 bytes, created by
Nick Clemens (kidclamp)
on 2025-04-23 14:44:20 UTC
(
hide
)
Description:
Bug 39652 (QA follow-up): Update misc/maintenance/pseudonymize_statistics.pl
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-04-23 14:44:20 UTC
Size:
980 bytes
patch
obsolete
>From 6fad3befd9e446061e210fc2dca3e492c31d8a1c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 23 Apr 2025 14:39:41 +0000 >Subject: [PATCH] Bug 39652 (QA follow-up): Update > misc/maintenance/pseudonymize_statistics.pl > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > misc/maintenance/pseudonymize_statistics.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/maintenance/pseudonymize_statistics.pl b/misc/maintenance/pseudonymize_statistics.pl >index 105b37b9926..ee1f12e8928 100755 >--- a/misc/maintenance/pseudonymize_statistics.pl >+++ b/misc/maintenance/pseudonymize_statistics.pl >@@ -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; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39652
:
181001
|
181002
|
181109
|
181110
|
181209
|
181210
|
181211
|
181382
|
181383
|
181384
| 181385