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