From e356f2ebb6564fe8d5333fc89bb4583ee3cd1fb1 Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 13 Feb 2011 07:22:32 +0000 Subject: bulk DID orders and inventory, RT11291 --- httemplate/edit/elements/edit.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/edit/elements') 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 ); -- cgit v1.2.1