diff options
author | ivan <ivan> | 2005-02-04 10:38:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-02-04 10:38:15 +0000 |
commit | 9bf9c7f1e8ecf26f45dab7928ebf4399a8eb2b2b (patch) | |
tree | 5d5669efe582f6458ba66faf4dca2e30554ae64e /httemplate/edit | |
parent | 710cc200273d8c0579bb67454e72ef70e97f0ad3 (diff) |
typo
Diffstat (limited to 'httemplate/edit')
-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 a18114c9d..3910b4b84 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -76,7 +76,7 @@ my $action = $custnum ? 'Edit' : 'Add'; <FORM ACTION="<%= popurl(1) %>process/cust_main.cgi" METHOD=POST NAME="form1" onSubmit="document.form1.submit.disabled=true"> <INPUT TYPE="hidden" NAME="custnum" VALUE="<%= $custnum %>"> -ustomer # <%= $custnum ? "<B>$custnum</B>" : " (NEW)" %> +Customer # <%= $custnum ? "<B>$custnum</B>" : " (NEW)" %> <!-- agent --> |