X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7fea1a4afaea157a95ed25c5c70b60f5f3318185..f2372dedb94365ad5cc69665bf92a64c43695312:/SL/DB/Customer.pm?ds=inline diff --git a/SL/DB/Customer.pm b/SL/DB/Customer.pm index 7a040ed63..8dd2a310d 100644 --- a/SL/DB/Customer.pm +++ b/SL/DB/Customer.pm @@ -67,5 +67,6 @@ sub displayable_name { sub is_customer { 1 }; sub is_vendor { 0 }; sub payment_terms { goto &payment } +sub number { goto &customernumber } 1;