Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / AqinvoiceAdjustment.pm
index cbdbb2e..16bc45a 100644 (file)
@@ -150,6 +150,11 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-07-19 17:32:57
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jl0qxkZWVs2D1pi3kaRjpg
 
+sub koha_object_class {
+    'Koha::Acquisition::Invoice::Adjustment';
+}
+sub koha_objects_class {
+    'Koha::Acquisition::Invoice::Adjustments';
+}
 
-# You can replace this text with custom code or comments, and it will be preserved on regeneration
 1;