fix up editing services w/manual select from inventory, RT#7010
authorivan <ivan>
Mon, 1 Mar 2010 21:36:19 +0000 (21:36 +0000)
committerivan <ivan>
Mon, 1 Mar 2010 21:36:19 +0000 (21:36 +0000)
httemplate/edit/elements/edit.html

index 9e5c4e0..88a1fe5 100644 (file)
@@ -282,9 +282,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->{$_}