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

(-)a/Koha/Schema/Result/Itemtype.pm (-2 / +1 lines)
Lines 353-359 __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
    '+bookable'                     => { is_boolean => 1, is_nullable => 1 },
357
);
357
);
358
358
359
# Use the ItemtypeLocalization view to create the join on localization
359
# Use the ItemtypeLocalization view to create the join on localization
360
- 

Return to bug 35906