X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/704f339f25536bf4311223ecb7dcef9ed75f92d0..1e2673bbe853305facd6bf61d7bb45141250136d:/SL/DB/PurchaseInvoice.pm diff --git a/SL/DB/PurchaseInvoice.pm b/SL/DB/PurchaseInvoice.pm index a15da4f92..bddaa6551 100644 --- a/SL/DB/PurchaseInvoice.pm +++ b/SL/DB/PurchaseInvoice.pm @@ -58,6 +58,10 @@ sub reqdate { goto &duedate; } +sub customervendor { + goto &vendor; +} + sub abbreviation { my $self = shift;