From d0221fabd4656b3a04251ca6168cc45f54d23574 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 8 Feb 2010 15:37:29 +0000 Subject: grandstream device configuration support #4220 --- httemplate/edit/process/part_device.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/part_device.html b/httemplate/edit/process/part_device.html index 2b7e1da49..399991fc8 100644 --- a/httemplate/edit/process/part_device.html +++ b/httemplate/edit/process/part_device.html @@ -1,6 +1,10 @@ <% include( 'elements/process.html', 'table' => 'part_device', 'viewall_dir' => 'browse', + 'process_m2m' => { + 'link_table' => 'export_device', + 'target_table' => 'part_export', + }, ) %> <%init> -- cgit v1.2.1