[freeside-commits] freeside/httemplate/view/cust_main contacts.html, 1.18.2.1, 1.18.2.2
Ivan,,,
ivan at wavetail.420.am
Sat Oct 15 18:17:59 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv25125/httemplate/view/cust_main
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.18.2.1
retrieving revision 1.18.2.2
diff -u -w -d -r1.18.2.1 -r1.18.2.2
--- contacts.html 27 Sep 2011 23:01:34 -0000 1.18.2.1
+++ contacts.html 16 Oct 2011 01:17:57 -0000 1.18.2.2
@@ -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