';
print ''.$langs->trans("CreateShipment").'';
diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
index 82463205ccd..c66a7bb02de 100644
--- a/htdocs/langs/en_US/main.lang
+++ b/htdocs/langs/en_US/main.lang
@@ -1367,3 +1367,4 @@ ClickOnPlusToCreateOne=Click the "Plus" button to add one.
Free=Free
ShowAsConversation=Show as conversation list
MessageListViewType=Show as table list
+Any=Any
diff --git a/htdocs/product/class/html.formproduct.class.php b/htdocs/product/class/html.formproduct.class.php
index 3ba4c52ef0d..63c23c4f77f 100644
--- a/htdocs/product/class/html.formproduct.class.php
+++ b/htdocs/product/class/html.formproduct.class.php
@@ -283,10 +283,10 @@ class FormProduct
* 'warehouseopen' = select products from open warehouses,
* 'warehouseclosed' = select products from closed warehouses,
* 'warehouseinternal' = select products from warehouses for internal correct/transfer only
- * @param int<0,1> $empty 1=Can be empty, 0 if not
+ * @param int<0,1>|string $empty Use 1 or 'label'=Can be empty, 0 if not
* @param int<0,1> $disabled 1=Select is disabled
* @param int $fk_product Add quantity of stock in label for product with id fk_product. Nothing if 0.
- * @param string $empty_label Empty label if needed (only if $empty=1)
+ * @param string $empty_label Empty label if needed (deprecated, set the label into the field $empty)
* @param int<0,1> $showstock 1=Show stock count
* @param int<0,1> $forcecombo 1=Force combo iso ajax select2
* @param array}> $events Events to add to select2
@@ -341,7 +341,7 @@ class FormProduct
//$out .= ' placeholder="todo"'; // placeholder for select2 must be added by setting the id+placeholder js param when calling select2
$out .= '>';
if ($empty) {
- $out .= '';
+ $out .= '';
}
foreach ($this->cache_warehouses as $id => $arraytypes) {
$label = '';
diff --git a/htdocs/product/stock/tpl/stockcorrection.tpl.php b/htdocs/product/stock/tpl/stockcorrection.tpl.php
index fb4878b5f08..19d23ff7b5d 100644
--- a/htdocs/product/stock/tpl/stockcorrection.tpl.php
+++ b/htdocs/product/stock/tpl/stockcorrection.tpl.php
@@ -46,7 +46,7 @@ if (empty($conf) || !is_object($conf)) {
?>
-
+
trans("StockCorrection"), '', 'generic');
print '