X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FAccount%2FDebitType.pm;h=6324ec57cb7c4dcbf84ee89fbee5a840f2d7bfb8;hb=cf1904bb0844da28d49c1543f233afed35ae0554;hp=123dce1926f8afa072988122bd635ec624933c88;hpb=ff66171ee289b5352c1633ef74f79d3d335ff241;p=koha-ffzg.git diff --git a/Koha/Account/DebitType.pm b/Koha/Account/DebitType.pm index 123dce1926..6324ec57cb 100644 --- a/Koha/Account/DebitType.pm +++ b/Koha/Account/DebitType.pm @@ -68,7 +68,7 @@ sub _library_limits { =cut sub _type { - return 'AccountDebitTypesBranch'; + return 'AccountDebitType'; } 1;