Vitelity DID selection improvements, RT4868
[freeside.git] / httemplate / elements / select-did.html
index 5256ae4..6cc63b9 100644 (file)
@@ -13,9 +13,8 @@ Example:
 </%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 @@ Example:
     </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,