diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-08-16 10:55:56 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-16 10:55:56 -0400 |
commit | 7d80f005462758e0271215240cdf99a9336f03dd (patch) | |
tree | 7eb83d75c14189d5232f3c96d6c4adaf281838ca /httemplate/elements/tr-select-cust_phone.html | |
parent | d7dd43d69c648433cd34f26a339465452082a097 (diff) |
RT# 73964 - Added biling event action to send an email to phone nunber, and updated email a notice to customer to allow emailing to phone number for email_to_voice service.
Diffstat (limited to 'httemplate/elements/tr-select-cust_phone.html')
-rw-r--r-- | httemplate/elements/tr-select-cust_phone.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-cust_phone.html b/httemplate/elements/tr-select-cust_phone.html new file mode 100644 index 000000000..cf88392b0 --- /dev/null +++ b/httemplate/elements/tr-select-cust_phone.html @@ -0,0 +1,12 @@ + <TR> + <TD ALIGN="right"><% $opt{'label'} || 'Customer Phones' %></TD> + <TD> + <% include( '/elements/select-cust_phone.html', %opt ) %> + </TD> + </TR> + +<%init> + +my %opt = @_; + +</%init> |