Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / OldIssue.pm
index 2d56089..9ce3a74 100644 (file)
@@ -256,6 +256,9 @@ __PACKAGE__->belongs_to(
   },
 );
 
+sub koha_object_class {
+    'Koha::Old::Checkout';
+}
 sub koha_objects_class {
     'Koha::Old::Checkouts';
 }