diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-07-30 17:21:34 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-07-30 17:21:34 -0700 |
| commit | 42477460bfd0bd533bb5fd0cf25bc57952b564f4 (patch) | |
| tree | 63f318624c4e4702c6cc36be75b172750aea3fa7 | |
| parent | 72ae9f328b19c381ff9350aab77f527ecfdd7513 (diff) | |
fix NAS association with sqlradius_withdomain exports, RT#18540
| -rw-r--r-- | httemplate/edit/nas.html | 2 |
1 files changed, 1 insertions, 1 deletions
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', |
