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 |
- |
|
|