Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / Branchtransfer.pm
index 7410108..0e852e6 100644 (file)
@@ -176,6 +176,11 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uPQzv0lMxfnu75SzS6UpVQ
 
+sub koha_object_class {
+    'Koha::Item::Transfer';
+}
+sub koha_objects_class {
+    'Koha::Item::Transfers';
+}
 
-# You can replace this text with custom content, and it will be preserved on regeneration
 1;