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

(-)a/Koha/Schema/Result/Itemtype.pm (-1 / +4 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_daily_calendar' => { is_boolean => 1 },
251
);
252
249
# Use the ItemtypeLocalization view to create the join on localization
253
# Use the ItemtypeLocalization view to create the join on localization
250
our $LANGUAGE;
254
our $LANGUAGE;
251
__PACKAGE__->has_many(
255
__PACKAGE__->has_many(
252
- 

Return to bug 21443