X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7c667c9093239a08aec7e9ab0958f6f721a8d6af..c2bb1ff42520dba2abfe3faddca99de0c543d455:/SL/DB/Customer.pm diff --git a/SL/DB/Customer.pm b/SL/DB/Customer.pm index a19520ed7..6f37c5221 100644 --- a/SL/DB/Customer.pm +++ b/SL/DB/Customer.pm @@ -53,5 +53,6 @@ sub displayable_name { sub is_customer { 1 }; sub is_vendor { 0 }; +sub payment_terms { goto &payment } 1;