Update product.php

This commit is contained in:
Frédéric FRANCE 2015-09-05 08:57:01 +02:00
parent 51c5e01290
commit 132a464df6

View File

@ -655,7 +655,7 @@ if (empty($action) && $product->id)
}
//if (($user->rights->stock->mouvement->creer) && ! $product->hasbatch())
if (($user->rights->stock->mouvement->creer))
if ($user->rights->stock->mouvement->creer)
{
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?id='.$product->id.'&amp;action=transfert">'.$langs->trans("StockMovement").'</a>';
}