diff --git a/htdocs/mrp/mo_production.php b/htdocs/mrp/mo_production.php index 60e05f90da1..929e82824d6 100644 --- a/htdocs/mrp/mo_production.php +++ b/htdocs/mrp/mo_production.php @@ -730,7 +730,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea // Available print ''; if ($collapse || in_array($action, array('consumeorproduce', 'consumeandproduceall'))) { - print $langs->trans("Available"); + print $langs->trans("Stock"); } print ''; }