X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fsmall_custview.html;h=308eae9283c521ef53aebbb39fbeb1a05eed0d87;hb=7bcf726ffbb331ad01e717f7de36bfb42f5ca4ba;hp=8d6e07368dec8b937cb7125ed5bf02d2c4d1d95c;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/small_custview.html b/fs_selfservice/FS-SelfService/cgi/small_custview.html index 8d6e07368..308eae928 100644 --- a/fs_selfservice/FS-SelfService/cgi/small_custview.html +++ b/fs_selfservice/FS-SelfService/cgi/small_custview.html @@ -1,6 +1,6 @@
-Customer #<%= $custnum %> +Customer #<%= $display_custnum %> - <%= ucfirst($status)%> @@ -10,10 +10,10 @@ Customer #<%= $custnum %> ? 'Billing Address
' : '' %> - <%= $first %> <%= $last %>
- <%= $company ? $company.'
' : '' %> - <%= $address1 %>
- <%= $address2 ? $address2.'
' : '' %> + <%= encode_entities($first) %> <%= encode_entities($last) %>
+ <%= $company ? encode_entities($company).'
' : '' %> + <%= encode_entities($address1) %>
+ <%= $address2 ? encode_entities($address2).'
' : '' %> <%= $city %>, <%= $state %> <%= $zip %>
<%= $country && $country ne ($countrydefault||'US') ? $country.'
'