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