X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fnas.html;h=2e66fc3be5e36d21b859444c364aede5bf3d405f;hp=9d9b8e9fd1288f4610064a8990ec3b0a2a96628b;hb=b6dbe0f12dbbe4ea5209367f905f937789b5b607;hpb=9ad2437e1cfaffceb657216a48ea3c7cc9414922 diff --git a/httemplate/edit/nas.html b/httemplate/edit/nas.html index 9d9b8e9fd..2e66fc3be 100644 --- a/httemplate/edit/nas.html +++ b/httemplate/edit/nas.html @@ -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?',