|
Lines 289-294
__PACKAGE__->has_many(
Link Here
|
| 289 |
{ cascade_copy => 0, cascade_delete => 0 }, |
289 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 290 |
); |
290 |
); |
| 291 |
|
291 |
|
|
|
292 |
=head2 aqbookseller_aliases |
| 293 |
|
| 294 |
Type: has_many |
| 295 |
|
| 296 |
Related object: L<Koha::Schema::Result::AqbooksellerAlias> |
| 297 |
|
| 298 |
=cut |
| 299 |
|
| 300 |
__PACKAGE__->has_many( |
| 301 |
"aqbookseller_aliases", |
| 302 |
"Koha::Schema::Result::AqbooksellerAlias", |
| 303 |
{ "foreign.vendor_id" => "self.id" }, |
| 304 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 305 |
); |
| 306 |
|
| 292 |
=head2 aqcontacts |
307 |
=head2 aqcontacts |
| 293 |
|
308 |
|
| 294 |
Type: has_many |
309 |
Type: has_many |
|
Lines 465-472
__PACKAGE__->has_many(
Link Here
|
| 465 |
); |
480 |
); |
| 466 |
|
481 |
|
| 467 |
|
482 |
|
| 468 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-19 09:20:21 |
483 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-18 06:55:29 |
| 469 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Xxg454HATZToWE01NY8eJw |
484 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4CgyDGNM09MEykFy4laqkQ |
| 470 |
|
485 |
|
| 471 |
__PACKAGE__->add_columns( |
486 |
__PACKAGE__->add_columns( |
| 472 |
'+active' => { is_boolean => 1 }, |
487 |
'+active' => { is_boolean => 1 }, |
| 473 |
- |
|
|