X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c383fc0b2cf6b284a428ecca41c5f00190ca640b..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;