From: Ivan Kohler Date: Tue, 31 Jul 2012 00:21:23 +0000 (-0700) Subject: fix NAS association with sqlradius_withdomain exports, RT#18540 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=271ebf1222eabd8180eb318ea0e1a65f1f3103ff;hp=dddedb2754d6cd24edfde9a6d25bc687f488e5ec fix NAS association with sqlradius_withdomain exports, RT#18540 --- diff --git a/httemplate/edit/nas.html b/httemplate/edit/nas.html index 2e66fc3be..8e6232cdb 100644 --- a/httemplate/edit/nas.html +++ b/httemplate/edit/nas.html @@ -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',