X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FObject.pm;h=3e0fca68b19f564e76ca8bbd2e32c15f1146ba04;hb=1e54989d4c0509ec9740525fb40b7caa45379f5d;hp=f2f12c00d7f9806f5bfb7eebdb1380744ae94d7e;hpb=5443873a266c493a201404a84e329590a19bf2d0;p=kivitendo-erp.git diff --git a/SL/DB/Object.pm b/SL/DB/Object.pm index f2f12c00d..3e0fca68b 100755 --- a/SL/DB/Object.pm +++ b/SL/DB/Object.pm @@ -26,6 +26,7 @@ my %db_to_presenter_mapping = ( Customer => 'CustomerVendor', PurchaseInvoice => 'Invoice', Vendor => 'CustomerVendor', + GLTransaction => 'GL', ); sub new {