Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / Aqinvoice.pm
index b760947..fe1f8f2 100644 (file)
@@ -202,6 +202,11 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-07-16 13:50:45
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mpdxTbkz/8WInG5Wp4q7Ug
 
+sub koha_object_class {
+    'Koha::Acquisition::Invoice';
+}
+sub koha_objects_class {
+    'Koha::Acquisition::Invoices';
+}
 
-# You can replace this text with custom content, and it will be preserved on regeneration
 1;