X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/66ad36d969b42fc4b8aae6f29c36173d1134819e..b9cd11d78faef7815e435c11aa6a12793e9cb9c9:/SL/DB/Object.pm diff --git a/SL/DB/Object.pm b/SL/DB/Object.pm index 4e55bfe06..3e0fca68b 100755 --- a/SL/DB/Object.pm +++ b/SL/DB/Object.pm @@ -23,9 +23,10 @@ my @rose_reserved_methods = qw( ); my %db_to_presenter_mapping = ( - Customer => 'CustomerVendor', + Customer => 'CustomerVendor', PurchaseInvoice => 'Invoice', - Vendor => 'CustomerVendor', + Vendor => 'CustomerVendor', + GLTransaction => 'GL', ); sub new {