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

(-)a/Koha/Schema/Result/Recall.pm (-2 / +4 lines)
Lines 268-273 __PACKAGE__->belongs_to( Link Here
268
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-07 09:32:32
268
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-07 09:32:32
269
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/9Z9aHghP8U3Dtj4yO47RA
269
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/9Z9aHghP8U3Dtj4yO47RA
270
270
271
__PACKAGE__->add_columns(
272
    '+old' => { is_boolean => 1 },
273
    '+item_level_recall' => { is_boolean => 1 },
274
);
271
275
272
# You can replace this text with custom code or comments, and it will be preserved on regeneration
273
1;
276
1;
274
- 

Return to bug 19532