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