diff options
author | levinse <levinse> | 2011-02-13 07:22:32 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-02-13 07:22:32 +0000 |
commit | e356f2ebb6564fe8d5333fc89bb4583ee3cd1fb1 (patch) | |
tree | ac286e1979c4aeecf41ea411fbba20b3aec555e9 /httemplate/edit/elements | |
parent | 5226903b423e42e7e8ee135b2b445d362241102a (diff) |
bulk DID orders and inventory, RT11291
Diffstat (limited to 'httemplate/edit/elements')
-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 cab5167c6..b0c27e62a 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -316,6 +316,11 @@ Example: % foreach grep exists($f->{$_}), % qw( formatted_value ); % +% # select-country +% $include_common{$_} = $f->{$_} +% foreach grep exists($f->{$_}), +% qw( country ); +% % #htmlarea % $include_common{$_} = $f->{$_} % foreach grep exists($f->{$_}), qw( width height ); |