diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-05-08 20:34:56 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-05-08 20:34:56 -0700 |
| commit | acd68a24195f6e2bd65d58833047256fafba6e13 (patch) | |
| tree | 13af8857a00cb9db3f5dead37dc8776ae4998054 /httemplate/edit/elements/edit.html | |
| parent | faadb1bcccbbdfee91afffded23dfebb89ebafe0 (diff) | |
fix service definition modifiers (inventory, hardware) w/svc_broadband, RT#17659
Diffstat (limited to 'httemplate/edit/elements/edit.html')
| -rw-r--r-- | httemplate/edit/elements/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 4e896f239..b97f63d70 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -293,7 +293,7 @@ Example: % $include_common{$_} = $f->{$_} foreach grep exists($f->{$_}), % qw( js_only html_only select_only layers_only cell_style ),#selectlayers,? % qw( empty_label ), # select-* -% qw( value_col ), # select-table +% qw( value_col compare_sub ), # select-table % qw( table name_col ), #(select,checkboxes)-table % qw( target_table link_table ), #checkboxes-table % qw( hashref agent_virt agent_null agent_null_right ),#*-table |
