broadband_nas export, #15284
[freeside.git] / httemplate / edit / nas.html
index 9d9b8e9..2e66fc3 100644 (file)
@@ -48,7 +48,9 @@ sub html_bottom {
             'source_obj'    => $nas,
             'link_table'    => 'export_nas',
             'target_table'  => 'part_export',
-            'hashref'       => { 'exporttype' => 'sqlradius' },
+            'hashref'       => { 'exporttype' => 
+                                  { op => 'LIKE', value => '%sqlradius' }
+                                },
             'name_callback' => sub { $_[0]->label },
             'default'       => 'yes',
             'target_link'   => $p.'edit/part_export.cgi?',