[freeside-commits] freeside/httemplate/view/cust_main contacts.html, 1.19, 1.20

Ivan,,, ivan at wavetail.420.am
Sat Oct 15 18:17:51 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv25106/httemplate/view/cust_main

Modified Files:
	contacts.html 
Log Message:
add do_not_call, RT#12981

Index: contacts.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/contacts.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- contacts.html	27 Sep 2011 23:01:24 -0000	1.19
+++ contacts.html	16 Oct 2011 01:17:49 -0000	1.20
@@ -70,7 +70,8 @@
   <TD COLSPAN=3 BGCOLOR="#ffffff">
     <& /elements/phonenumber.html,
                   $cust_main->get("${pre}daytime"),
-                  'callable'=>1
+                  'callable'=>1,
+                  'calling_list_exempt'=>$cust_main->calling_list_exempt,
     &>
   </TD>
 </TR>
@@ -79,7 +80,8 @@
   <TD COLSPAN=3 BGCOLOR="#ffffff">
     <& /elements/phonenumber.html,
                   $cust_main->get("${pre}night"),
-                  'callable'=>1
+                  'callable'=>1,
+                  'calling_list_exempt'=>$cust_main->calling_list_exempt,
     &>
   </TD>
 </TR>
@@ -88,7 +90,8 @@
   <TD COLSPAN=3 BGCOLOR="#ffffff">
     <& /elements/phonenumber.html,
                   $cust_main->get("${pre}mobile"),
-                  'callable'=>1
+                  'callable'=>1,
+                  'calling_list_exempt'=>$cust_main->calling_list_exempt,
     &>
   </TD>
 </TR>



More information about the freeside-commits mailing list