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

(-)a/Koha/Schema/Result/AnonymizedBorrower.pm (-2 / +3 lines)
Lines 222-227 __PACKAGE__->belongs_to( Link Here
222
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-11-30 12:24:04
222
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-11-30 12:24:04
223
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lQbpkjRIhSCiv17bsns6TQ
223
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lQbpkjRIhSCiv17bsns6TQ
224
224
225
__PACKAGE__->add_columns(
226
    '+has_cardnumber' => { is_boolean => 1 },
227
);
225
228
226
# You can replace this text with custom code or comments, and it will be preserved on regeneration
227
1;
229
1;
228
- 

Return to bug 24151