X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5443873a266c493a201404a84e329590a19bf2d0..a90b3fb8ebabdefdce605df9999fa8f284856e55:/SL/DB/Object.pm 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 {