! -> Note
$ -> Affected files
-14-Jun-2008 Joe
+15-Jun-2008 Joe Hunt
+# Bug in tax_types_list (spec_id)
+$ /includes/ui/ui_lists.inc
+
+14-Jun-2008 Joe Hunt
# Minor annoying layout bug in stock movements.
$ /inventory/inquiry/stock_movements.php
return combo_input($name, $selected_id, $sql, 'id', 'name',
array(
'spec_option' => $none_option,
- 'spec_id' => $all_items,
+ 'spec_id' => 0,
'select_submit'=> $submit_on_change,
'async' => false,
) );
array(
'order' => 'id',
'spec_option' => $none_option,
- 'spec_id' => $all_items,
+ 'spec_id' => 0,
'select_submit'=> $submit_on_change,
'async' => false,
) );