Bug 23049: (follow-up) Correction to includes
[koha-ffzg.git] / Koha / Account / DebitType.pm
index 123dce1..6324ec5 100644 (file)
@@ -68,7 +68,7 @@ sub _library_limits {
 =cut
 
 sub _type {
-    return 'AccountDebitTypesBranch';
+    return 'AccountDebitType';
 }
 
 1;