Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / Stockrotationstage.pm
index 3836314..845a712 100644 (file)
@@ -136,4 +136,11 @@ __PACKAGE__->load_components(qw( Ordered ));
 
 __PACKAGE__->grouping_column('rota_id'); # Our group_id
 
+sub koha_object_class {
+    'Koha::StockRotationStage';
+}
+sub koha_objects_class {
+    'Koha::StockRotationStages';
+}
+
 1;