diff --git a/htdocs/product/stock/mouvement.php b/htdocs/product/stock/mouvement.php index 95859d3e19b..dc976921cc0 100644 --- a/htdocs/product/stock/mouvement.php +++ b/htdocs/product/stock/mouvement.php @@ -102,7 +102,7 @@ $arrayfields=array( 'm.label'=>array('label'=>$langs->trans("LabelMovement"), 'checked'=>1), 'origin'=>array('label'=>$langs->trans("Origin"), 'checked'=>1), 'm.value'=>array('label'=>$langs->trans("Qty"), 'checked'=>1), - 'm.price'=>array('label'=>$langs->trans("Price"), 'checked'=>0), + 'm.price'=>array('label'=>$langs->trans("UnitPurchaseValue"), 'checked'=>0), //'m.datec'=>array('label'=>$langs->trans("DateCreation"), 'checked'=>0, 'position'=>500), //'m.tms'=>array('label'=>$langs->trans("DateModificationShort"), 'checked'=>0, 'position'=>500) );