{ cascade_copy => 0, cascade_delete => 0 },
);
__PACKAGE__->has_many(
"accountlines",
"Koha::Schema::Result::Accountline",
{ "foreign.issue_id" => "self.issue_id" },
sub koha_object_class {
'Koha::Checkout';
}
=cut
__PACKAGE__->might_have(
"return_claim",
"Koha::Schema::Result::ReturnClaim",
-