Bugzilla – Attachment 97252 Details for
Bug 24151
Add a pseudonymization process for patrons and transactions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24151: Add boolean flag for has_cardnumber
Bug-24151-Add-boolean-flag-for-hascardnumber.patch (text/plain), 984 bytes, created by
Jonathan Druart
on 2020-01-11 18:13:36 UTC
(
hide
)
Description:
Bug 24151: Add boolean flag for has_cardnumber
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-01-11 18:13:36 UTC
Size:
984 bytes
patch
obsolete
>From 47d205f371feded2c4387f16399b476b7628f7a9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 30 Nov 2019 13:35:06 +0100 >Subject: [PATCH] Bug 24151: Add boolean flag for has_cardnumber > >--- > Koha/Schema/Result/PseudonymizedTransaction.pm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/PseudonymizedTransaction.pm b/Koha/Schema/Result/PseudonymizedTransaction.pm >index ff93ec48ce..64e50f6268 100644 >--- a/Koha/Schema/Result/PseudonymizedTransaction.pm >+++ b/Koha/Schema/Result/PseudonymizedTransaction.pm >@@ -311,6 +311,8 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-01-11 17:12:17 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bzHjcKCHYf+bixeA1dhKIQ > >+__PACKAGE__->add_columns( >+ '+has_cardnumber' => { is_boolean => 1 }, >+); > >-# You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >2.11.0
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 24151
:
95959
|
95960
|
95961
|
95962
|
95963
|
95964
|
95965
|
95966
|
95967
|
95968
|
95969
|
95970
|
95971
|
95972
|
95973
|
95974
|
95975
|
95976
|
97240
|
97241
|
97242
|
97243
|
97244
|
97245
|
97246
|
97247
|
97248
|
97249
|
97250
|
97251
|
97252
|
101034
|
101035
|
101036
|
101037
|
101038
|
101039
|
101040
|
101041
|
101042
|
101043
|
101044
|
101045
|
101046
|
101047
|
101048
|
101049
|
105801
|
105802
|
105803
|
105804
|
105805
|
105806
|
105807
|
105808
|
105809
|
105810
|
105811
|
105812
|
105813
|
105814
|
105815
|
105816
|
106032
|
106033
|
106034
|
106035
|
106036
|
106037
|
106038
|
106039
|
106040
|
106041
|
106042
|
106043
|
106044
|
106045
|
106046
|
106047
|
106048
|
106049
|
106195
|
106255
|
107127
|
107225