View | Details | Raw Unified | Return to bug 24151
Collapse All | Expand All

(-)a/Koha/Schema/Result/PseudonymizedTransaction.pm (-2 / +3 lines)
Lines 311-316 __PACKAGE__->belongs_to( Link Here
311
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-01-11 17:12:17
311
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-01-11 17:12:17
312
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bzHjcKCHYf+bixeA1dhKIQ
312
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bzHjcKCHYf+bixeA1dhKIQ
313
313
314
__PACKAGE__->add_columns(
315
    '+has_cardnumber' => { is_boolean => 1 },
316
);
314
317
315
# You can replace this text with custom code or comments, and it will be preserved on regeneration
316
1;
318
1;
317
- 

Return to bug 24151