Bugzilla – Attachment 106044 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), 1.12 KB, created by
Marcel de Rooy
on 2020-06-19 07:30:53 UTC
(
hide
)
Description:
Bug 24151: Add boolean flag for has_cardnumber
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-06-19 07:30:53 UTC
Size:
1.12 KB
patch
obsolete
>From e8ca80eb0424c21f2089ef3ee9149b0b3ab38eeb 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 >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Signed-off-by: Sonia Bouis <sonia.bouis@univ-lyon3.fr> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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