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

(-)a/Koha/Schema/Result/Display.pm (+3 lines)
Lines 269-274 __PACKAGE__->belongs_to( Link Here
269
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2026-01-23 09:09:14
269
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2026-01-23 09:09:14
270
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:H9lmIkwezw9ZF8DBN683ag
270
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:H9lmIkwezw9ZF8DBN683ag
271
271
272
__PACKAGE__->add_columns(
273
    '+enabled' => { is_boolean => 1 },
274
);
272
275
273
# You can replace this text with custom code or comments, and it will be preserved on regeneration
276
# You can replace this text with custom code or comments, and it will be preserved on regeneration
274
1;
277
1;
(-)a/Koha/Schema/Result/LibraryGroup.pm (-1 / +1 lines)
Lines 300-305 sub koha_objects_class { Link Here
300
}
300
}
301
301
302
__PACKAGE__->add_columns(
302
__PACKAGE__->add_columns(
303
    '+ft_display_group'       => { is_boolean => 1 },
303
    '+ft_hide_patron_info'    => { is_boolean => 1 },
304
    '+ft_hide_patron_info'    => { is_boolean => 1 },
304
    '+ft_limit_item_editing'  => { is_boolean => 1 },
305
    '+ft_limit_item_editing'  => { is_boolean => 1 },
305
    '+ft_local_float_group'   => { is_boolean => 1 },
306
    '+ft_local_float_group'   => { is_boolean => 1 },
306
- 

Return to bug 14962