RT# 77532 - created method to display phone types
[freeside.git] / httemplate / view / cust_main / contacts_new.html
index 19118ea..22968b6 100644 (file)
@@ -67,7 +67,7 @@
 </TABLE>
 <%once>
 
-my @phone_type = qsearch({table=>'phone_type', order_by=>'weight'});
+my @phone_type = FS::phone_type->get_phone_types();
 
 </%once>
 <%init>