fix NAS association with sqlradius_withdomain exports, RT#18540
authorIvan Kohler <ivan@freeside.biz>
Tue, 31 Jul 2012 00:21:23 +0000 (17:21 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 31 Jul 2012 00:21:23 +0000 (17:21 -0700)
httemplate/edit/nas.html

index 2e66fc3..8e6232c 100644 (file)
@@ -49,7 +49,7 @@ sub html_bottom {
             'link_table'    => 'export_nas',
             'target_table'  => 'part_export',
             'hashref'       => { 'exporttype' => 
-                                  { op => 'LIKE', value => '%sqlradius' }
+                                  { op => 'LIKE', value => '%sqlradius%' }
                                 },
             'name_callback' => sub { $_[0]->label },
             'default'       => 'yes',