X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6473dcb171ba4e401d001372075ada92cc90e875..38b898b0cfebd96c3764d1506ad0a1358cf351f0:/SL/DB/Vendor.pm diff --git a/SL/DB/Vendor.pm b/SL/DB/Vendor.pm index 9a36afb39..e3b994c79 100644 --- a/SL/DB/Vendor.pm +++ b/SL/DB/Vendor.pm @@ -47,5 +47,6 @@ sub displayable_name { sub is_customer { 0 }; sub is_vendor { 1 }; +sub payment_terms { goto &payment } 1;