X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/704f339f25536bf4311223ecb7dcef9ed75f92d0..1e2673bbe853305facd6bf61d7bb45141250136d:/SL/DB/Invoice.pm diff --git a/SL/DB/Invoice.pm b/SL/DB/Invoice.pm index 45c59123c..ae1c596d6 100644 --- a/SL/DB/Invoice.pm +++ b/SL/DB/Invoice.pm @@ -347,6 +347,10 @@ sub reqdate { goto &duedate; } +sub customervendor { + goto &customer; +} + sub transactions { my ($self) = @_;