Fix label of empty value in select of warehouse

This commit is contained in:
Laurent Destailleur 2021-04-13 15:51:34 +02:00
parent 1bae707246
commit 97336ad417

View File

@ -838,7 +838,7 @@ if ($resql) {
$formproduct = new FormProduct($db);
$moreforfilter .= '<div class="divsearchfield">';
$tmptitle = $langs->trans('Warehouse');
$moreforfilter .= img_picto($tmptitle, 'warehouse', 'class="pictofixedwidth"').$formproduct->selectWarehouses($search_warehouse, 'search_warehouse', '', $tmptitle);
$moreforfilter .= img_picto($tmptitle, 'warehouse', 'class="pictofixedwidth"').$formproduct->selectWarehouses($search_warehouse, 'search_warehouse', '', 0, 0, 0, $tmptitle);
$moreforfilter .= '</div>';
}
$parameters = array();