From: ivan Date: Mon, 1 Mar 2010 21:36:21 +0000 (+0000) Subject: fix up editing services w/manual select from inventory, RT#7010 X-Git-Tag: freeside_1_9_2~46 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e37bfe6d37e1c935225dc7b857ed3fa9c50a0215;p=freeside.git fix up editing services w/manual select from inventory, RT#7010 --- diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 5f41ba0c1..8c88852ae 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -278,9 +278,13 @@ Example: % $include_common{$_} = $f->{$_} % foreach grep exists($f->{$_}), qw( empty_label ); % +% #select-table +% $include_common{$_} = $f->{$_} +% foreach grep exists($f->{$_}), qw( value_col extra_sql ); +% % #select-table, checkboxes-table % $include_common{$_} = $f->{$_} -% foreach grep exists($f->{$_}), qw( table name_col value_col ); +% foreach grep exists($f->{$_}), qw( table name_col ); % % #checkboxes-table % $include_common{$_} = $f->{$_}