Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / Issue.pm
index d464fbf..566f87b 100644 (file)
@@ -288,4 +288,11 @@ __PACKAGE__->belongs_to(
   },
 );
 
+sub koha_object_class {
+    'Koha::Checkout';
+}
+sub koha_objects_class {
+    'Koha::Checkouts';
+}
+
 1;