X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/df1838155963d6de56cfb001365982a292820f45..b334674815585f278ce86feb20e3b2f982359575:/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 {