diff options
author | levinse <levinse> | 2011-02-13 07:23:42 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-02-13 07:23:42 +0000 |
commit | 705719c34352808839deb2f7fb9c420fd1baf3c8 (patch) | |
tree | 7c1bc01f55bc9382bd9f7297e114d1e69efeeef5 /httemplate/edit/elements/edit.html | |
parent | 67c6b2d956295e851335567da679230d818e73ab (diff) |
bulk DID orders and inventory, RT11291
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r-- | httemplate/edit/elements/edit.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 89f0fcc4c..6d88e5d58 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -311,6 +311,11 @@ Example: % foreach grep exists($f->{$_}), % qw( hashref agent_virt agent_null agent_null_right ); % +% # select-country +% $include_common{$_} = $f->{$_} +% foreach grep exists($f->{$_}), +% qw( country ); +% % #htmlarea % $include_common{$_} = $f->{$_} % foreach grep exists($f->{$_}), qw( width height ); |