[freeside-commits] freeside/httemplate/elements select-did.html, 1.10, 1.11
Erik Levinson
levinse at wavetail.420.am
Tue Jan 11 07:49:14 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv19028/httemplate/elements
Modified Files:
select-did.html
Log Message:
Vitelity DID selection improvements, RT4868
Index: select-did.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-did.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- select-did.html 11 Jan 2011 02:03:44 -0000 1.10
+++ select-did.html 11 Jan 2011 15:49:12 -0000 1.11
@@ -13,9 +13,8 @@
</%doc>
% if ( $use_selector ) {
-% if ( $export->exporttype eq 'vitelity' &&
-% ( $export->option('restrict_selection') eq 'non-tollfree'
-% || !$export->option('restrict_selection')) ) {
+% if ( $export->option('restrict_selection') eq 'non-tollfree'
+% || !$export->option('restrict_selection') ) {
<TABLE>
<TR>
@@ -63,9 +62,8 @@
</TABLE>
% }
-% if ( $export->exporttype eq 'vitelity' &&
-% ( $export->option('restrict_selection') eq 'tollfree'
-% || !$export->option('restrict_selection')) ) {
+% if ( $export->option('restrict_selection') eq 'tollfree'
+% || !$export->option('restrict_selection') ) {
<font size="-1">Toll-free</font>
<% include('/elements/select-phonenum.html',
'svcpart' => $svcpart,
More information about the freeside-commits
mailing list