Bug 21065: Add koha_object(s)_class methods to accountline
[koha_ffzg] / Koha / Schema / Result / Accountline.pm
index 378c14a..2545995 100644 (file)
@@ -239,6 +239,11 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg
 
+sub koha_objects_class {
+    'Koha::Account::Lines';
+}
+sub koha_object_class {
+    'Koha::Account::Line';
+}
 
-# You can replace this text with custom content, and it will be preserved on regeneration
 1;