summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-20 20:59:30 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-20 20:59:30 -0700
commit24f8d52f90be8e99b10734f49d451e1e70afdfbc (patch)
treebfef154c0b04325d246880db437c002fc13207d5 /httemplate/view
parent275ce0155bd34829ee97b3f0ca48228ca3c5daca (diff)
normalize contact phone formatting
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/contacts_new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/contacts_new.html b/httemplate/view/cust_main/contacts_new.html
index 63a050c..a851d99 100644
--- a/httemplate/view/cust_main/contacts_new.html
+++ b/httemplate/view/cust_main/contacts_new.html
@@ -22,7 +22,7 @@
% })
% or next;
<TD ALIGN="right">&nbsp;&nbsp;&nbsp;<% $phone_type->typename %> phone</TD>
- <TD BGCOLOR="#FFFFFF"><% $contact_phone->phonenum |h %></TD>
+ <TD BGCOLOR="#FFFFFF"><% $contact_phone->phonenum_pretty |h %></TD>
% }
</TR>