|
Lines 197-202
__PACKAGE__->has_many(
Link Here
|
| 197 |
{ cascade_copy => 0, cascade_delete => 0 }, |
197 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 198 |
); |
198 |
); |
| 199 |
|
199 |
|
|
|
200 |
=head2 configurations |
| 201 |
|
| 202 |
Type: has_many |
| 203 |
|
| 204 |
Related object: L<Koha::Schema::Result::Configuration> |
| 205 |
|
| 206 |
=cut |
| 207 |
|
| 208 |
__PACKAGE__->has_many( |
| 209 |
"configurations", |
| 210 |
"Koha::Schema::Result::Configuration", |
| 211 |
{ "foreign.item_type" => "self.itemtype" }, |
| 212 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 213 |
); |
| 214 |
|
| 200 |
=head2 itemtypes_branches |
215 |
=head2 itemtypes_branches |
| 201 |
|
216 |
|
| 202 |
Type: has_many |
217 |
Type: has_many |
|
Lines 243-250
__PACKAGE__->has_many(
Link Here
|
| 243 |
); |
258 |
); |
| 244 |
|
259 |
|
| 245 |
|
260 |
|
| 246 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-09 17:13:18 |
261 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-07-31 17:41:27 |
| 247 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7ojvTzsDvdHPAJMwJrAZ7A |
262 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EhYGgM/69LLmApcmDcDJdw |
| 248 |
|
263 |
|
| 249 |
__PACKAGE__->add_columns( |
264 |
__PACKAGE__->add_columns( |
| 250 |
'+rentalcharge_hourly_calendar' => { is_boolean => 1 }, |
265 |
'+rentalcharge_hourly_calendar' => { is_boolean => 1 }, |
| 251 |
- |
|
|