diff options
author | ivan <ivan> | 2008-10-10 01:15:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-10-10 01:15:50 +0000 |
commit | 987b49fbf7754b4954018e258d27a6ea72499f84 (patch) | |
tree | 71d6b6d1b3c59e1087b76b095a6eba06604d2ccf /httemplate/edit/cust_main.cgi | |
parent | 9e378e221e9acf18dd294d6e8e3c2fd0b5f26b09 (diff) |
add options to auto-generate agent_custid and display it as the customer number, RT#4099
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 10086a4dd..8de73c513 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -12,7 +12,7 @@ <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>"> % if ( $custnum ) { - Customer #<B><% $custnum %></B> - + Customer #<B><% $cust_main->display_custnum %></B> - <B><FONT COLOR="#<% $cust_main->statuscolor %>"> <% ucfirst($cust_main->status) %> </FONT></B> |