X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fnas.html;h=8e6232cdb3a729045c5e5b2551664fe3451b6e5f;hb=a16891c16e0ddd389b32963b638cdfeadf86c447;hp=9d9b8e9fd1288f4610064a8990ec3b0a2a96628b;hpb=2ad6569982365759d7baaf5a97bc836770a54291;p=freeside.git diff --git a/httemplate/edit/nas.html b/httemplate/edit/nas.html index 9d9b8e9fd..8e6232cdb 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?',