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

(-)a/Koha/Schema/Result/Itemtype.pm (-1 / +5 lines)
Lines 246-251 __PACKAGE__->has_many( Link Here
246
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-09 17:13:18
246
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-09 17:13:18
247
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7ojvTzsDvdHPAJMwJrAZ7A
247
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7ojvTzsDvdHPAJMwJrAZ7A
248
248
249
__PACKAGE__->add_columns(
250
    '+rentalcharge_hourly_calendar' => { is_boolean => 1 },
251
    '+rentalcharge_daily_calendar'  => { is_boolean => 1 },
252
);
253
249
# Use the ItemtypeLocalization view to create the join on localization
254
# Use the ItemtypeLocalization view to create the join on localization
250
our $LANGUAGE;
255
our $LANGUAGE;
251
__PACKAGE__->has_many(
256
__PACKAGE__->has_many(
252
- 

Return to bug 21443