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

(-)a/Koha/Schema/Result/Itemtype.pm (-1 / +1 lines)
Lines 353-358 __PACKAGE__->add_columns( Link Here
353
    '+notforloan'                   => { is_boolean => 1 },
353
    '+notforloan'                   => { is_boolean => 1 },
354
    '+rentalcharge_daily_calendar'  => { is_boolean => 1 },
354
    '+rentalcharge_daily_calendar'  => { is_boolean => 1 },
355
    '+rentalcharge_hourly_calendar' => { is_boolean => 1 },
355
    '+rentalcharge_hourly_calendar' => { is_boolean => 1 },
356
    '+bookable' => { integer => 1 },
356
);
357
);
357
358
358
# Use the ItemtypeLocalization view to create the join on localization
359
# Use the ItemtypeLocalization view to create the join on localization
359
- 

Return to bug 35906