summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-07-30 17:21:23 -0700
committerIvan Kohler <ivan@freeside.biz>2012-07-30 17:21:23 -0700
commit271ebf1222eabd8180eb318ea0e1a65f1f3103ff (patch)
treed029786ecdf4ad47d3b39e9840c2f731b45bee26 /httemplate
parentdddedb2754d6cd24edfde9a6d25bc687f488e5ec (diff)
fix NAS association with sqlradius_withdomain exports, RT#18540
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/nas.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/nas.html b/httemplate/edit/nas.html
index 2e66fc3..8e6232c 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',