diff options
Diffstat (limited to 'httemplate/view/cust_main/contacts_new.html')
| -rw-r--r-- | httemplate/view/cust_main/contacts_new.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/contacts_new.html b/httemplate/view/cust_main/contacts_new.html index 9252b2197..0fdcc5371 100644 --- a/httemplate/view/cust_main/contacts_new.html +++ b/httemplate/view/cust_main/contacts_new.html @@ -13,7 +13,7 @@ <%$th%>Send messages</TH> <%$th%>Self-service</TH> % foreach my $phone_type (@phone_type) { - <%$th%><% $phone_type->typename |h %></TH> + <%$th%><% $phone_type->typename |h %> phone</TH> % } <%$th%>Comment</TH> </TR> @@ -80,7 +80,7 @@ %} <%once> -my @phone_type = qsearch({table=>'phone_type', order_by=>'weight'}); +my @phone_type = FS::phone_type->get_phone_types(); </%once> <%init> |
