[freeside-commits] freeside/httemplate/elements select-did.html, 1.7.4.3, 1.7.4.4
Erik Levinson
levinse at wavetail.420.am
Tue Jan 11 07:49:15 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv19033/httemplate/elements
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.7.4.3
retrieving revision 1.7.4.4
diff -u -w -d -r1.7.4.3 -r1.7.4.4
--- select-did.html 11 Jan 2011 02:03:45 -0000 1.7.4.3
+++ select-did.html 11 Jan 2011 15:49:12 -0000 1.7.4.4
@@ -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