X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2f90104043f533ad018335ef1f34a78847a7b6fd..66ad36d969b42fc4b8aae6f29c36173d1134819e:/SL/DB/Object.pm?ds=inline diff --git a/SL/DB/Object.pm b/SL/DB/Object.pm index 52e9ec930..4e55bfe06 100755 --- a/SL/DB/Object.pm +++ b/SL/DB/Object.pm @@ -24,6 +24,7 @@ my @rose_reserved_methods = qw( my %db_to_presenter_mapping = ( Customer => 'CustomerVendor', + PurchaseInvoice => 'Invoice', Vendor => 'CustomerVendor', );