Lines 619-624
__PACKAGE__->might_have(
Link Here
|
619 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 12:42:12 |
619 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 12:42:12 |
620 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:urSpNt7LBda4T5Plhi6cPw |
620 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:urSpNt7LBda4T5Plhi6cPw |
621 |
|
621 |
|
|
|
622 |
__PACKAGE__->belongs_to( |
623 |
"biblio", |
624 |
"Koha::Schema::Result::Biblio", |
625 |
{ biblionumber => "biblionumber" }, |
626 |
{ is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, |
627 |
); |
628 |
|
622 |
sub effective_itemtype { |
629 |
sub effective_itemtype { |
623 |
my ( $self ) = @_; |
630 |
my ( $self ) = @_; |
624 |
|
631 |
|
625 |
- |
|
|