All *_list() functions now does not display html directly - added echo when needed.
[fa-stable.git] / inventory / manage / items.php
index 59fc76713f3435ed915d3582c7ec91213570a86f..ac04293321b4b714c559cc374521a942a9c7ead4 100644 (file)
@@ -348,7 +348,7 @@ text_row(_("Name:"), 'description', null, 52, 50);
 
 textarea_row(_('Description:'), 'long_description', null, 42, 3);
 
-stock_categories_list_row(_("Category:"), 'category_id', null, $new_item);
+stock_categories_list_row(_("Category:"), 'category_id', null, false, $new_item);
 
 if ($new_item && (list_updated('category_id') || !isset($_POST['units']))) {