|
Lines 210-257
__PACKAGE__->has_many(
Link Here
|
| 210 |
{ cascade_copy => 0, cascade_delete => 0 }, |
210 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 211 |
); |
211 |
); |
| 212 |
|
212 |
|
| 213 |
=head2 biblioimages |
213 |
=head2 biblioitems |
| 214 |
|
214 |
|
| 215 |
Type: has_many |
215 |
Type: has_many |
| 216 |
|
216 |
|
| 217 |
Related object: L<Koha::Schema::Result::Biblioimage> |
217 |
Related object: L<Koha::Schema::Result::Biblioitem> |
| 218 |
|
218 |
|
| 219 |
=cut |
219 |
=cut |
| 220 |
|
220 |
|
| 221 |
__PACKAGE__->has_many( |
221 |
__PACKAGE__->has_many( |
| 222 |
"biblioimages", |
222 |
"biblioitems", |
| 223 |
"Koha::Schema::Result::Biblioimage", |
223 |
"Koha::Schema::Result::Biblioitem", |
| 224 |
{ "foreign.biblionumber" => "self.biblionumber" }, |
224 |
{ "foreign.biblionumber" => "self.biblionumber" }, |
| 225 |
{ cascade_copy => 0, cascade_delete => 0 }, |
225 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 226 |
); |
226 |
); |
| 227 |
|
227 |
|
| 228 |
=head2 biblioitems |
228 |
=head2 club_holds |
| 229 |
|
229 |
|
| 230 |
Type: has_many |
230 |
Type: has_many |
| 231 |
|
231 |
|
| 232 |
Related object: L<Koha::Schema::Result::Biblioitem> |
232 |
Related object: L<Koha::Schema::Result::ClubHold> |
| 233 |
|
233 |
|
| 234 |
=cut |
234 |
=cut |
| 235 |
|
235 |
|
| 236 |
__PACKAGE__->has_many( |
236 |
__PACKAGE__->has_many( |
| 237 |
"biblioitems", |
237 |
"club_holds", |
| 238 |
"Koha::Schema::Result::Biblioitem", |
238 |
"Koha::Schema::Result::ClubHold", |
| 239 |
{ "foreign.biblionumber" => "self.biblionumber" }, |
239 |
{ "foreign.biblio_id" => "self.biblionumber" }, |
| 240 |
{ cascade_copy => 0, cascade_delete => 0 }, |
240 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 241 |
); |
241 |
); |
| 242 |
|
242 |
|
| 243 |
=head2 club_holds |
243 |
=head2 cover_images |
| 244 |
|
244 |
|
| 245 |
Type: has_many |
245 |
Type: has_many |
| 246 |
|
246 |
|
| 247 |
Related object: L<Koha::Schema::Result::ClubHold> |
247 |
Related object: L<Koha::Schema::Result::CoverImage> |
| 248 |
|
248 |
|
| 249 |
=cut |
249 |
=cut |
| 250 |
|
250 |
|
| 251 |
__PACKAGE__->has_many( |
251 |
__PACKAGE__->has_many( |
| 252 |
"club_holds", |
252 |
"cover_images", |
| 253 |
"Koha::Schema::Result::ClubHold", |
253 |
"Koha::Schema::Result::CoverImage", |
| 254 |
{ "foreign.biblio_id" => "self.biblionumber" }, |
254 |
{ "foreign.biblionumber" => "self.biblionumber" }, |
| 255 |
{ cascade_copy => 0, cascade_delete => 0 }, |
255 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 256 |
); |
256 |
); |
| 257 |
|
257 |
|
|
Lines 451-458
__PACKAGE__->has_many(
Link Here
|
| 451 |
); |
451 |
); |
| 452 |
|
452 |
|
| 453 |
|
453 |
|
| 454 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-04-17 09:15:51 |
454 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-09-18 10:16:50 |
| 455 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:p2SIq565zPyE3ZUkSuXyBA |
455 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JwJoUHVr48DdTaT5qGN6tw |
| 456 |
|
456 |
|
| 457 |
|
457 |
|
| 458 |
__PACKAGE__->has_one( |
458 |
__PACKAGE__->has_one( |