diff options
| author | mark <mark> | 2011-10-31 19:20:29 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-10-31 19:20:29 +0000 |
| commit | 1e1a0a1a7945cae26175e3afe25e61ec6114c48e (patch) | |
| tree | 6e147479ed1c20568ff6fee934a762a8950dc923 /httemplate/edit/process/nas.html | |
| parent | 14164a8a09f3bf1ccbb59a1a94ea90231cffadd8 (diff) | |
export NAS table to sqlradius, #14697
Diffstat (limited to 'httemplate/edit/process/nas.html')
| -rw-r--r-- | httemplate/edit/process/nas.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/edit/process/nas.html b/httemplate/edit/process/nas.html index 04b46a5c0..6b8e4b825 100644 --- a/httemplate/edit/process/nas.html +++ b/httemplate/edit/process/nas.html @@ -1,4 +1,9 @@ -<& elements/process.html, table=>'nas', viewall_dir=>'browse', &> +<& elements/process.html, + table => 'nas', + viewall_dir => 'browse', + process_m2m => { link_table => 'export_nas', + target_table => 'part_export' }, +&> <%init> die "access denied" |
