summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2008-10-10 01:15:50 +0000
committerivan <ivan>2008-10-10 01:15:50 +0000
commit987b49fbf7754b4954018e258d27a6ea72499f84 (patch)
tree71d6b6d1b3c59e1087b76b095a6eba06604d2ccf /httemplate/edit
parent9e378e221e9acf18dd294d6e8e3c2fd0b5f26b09 (diff)
add options to auto-generate agent_custid and display it as the customer number, RT#4099
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index 10086a4..8de73c5 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>