|
Lines 360-366
__PACKAGE__->add_columns(
Link Here
|
| 360 |
'+rentalcharge_hourly_calendar' => { is_boolean => 1 }, |
360 |
'+rentalcharge_hourly_calendar' => { is_boolean => 1 }, |
| 361 |
); |
361 |
); |
| 362 |
|
362 |
|
| 363 |
__PACKAGE__->load_components('+Koha::DBIx::Class::Localization'); |
363 |
__PACKAGE__->load_components('+Koha::Schema::Component::Localization'); |
| 364 |
__PACKAGE__->localization_add_relationships( |
364 |
__PACKAGE__->localization_add_relationships( |
| 365 |
'itemtypes_localizations', |
365 |
'itemtypes_localizations', |
| 366 |
'itemtype' => 'itemtype', |
366 |
'itemtype' => 'itemtype', |
| 367 |
- |
|
|