Bug 21896: (QA follow-up) Document and Test for FIFO behaviour
[koha.git] / Koha / Account / Line.pm
index 3573e60..238029f 100644 (file)
@@ -241,4 +241,12 @@ sub _type {
     return 'Accountline';
 }
 
+=head3 object_class (internal)
+
+=cut
+
+sub object_class {
+    return 'Koha::Account::Line';
+}
+
 1;