From e8ca80eb0424c21f2089ef3ee9149b0b3ab38eeb Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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 Signed-off-by: Marcel de Rooy --- 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