Merge pull request #3469 from frederic34/patch-9

Typo
This commit is contained in:
Laurent Destailleur 2015-09-05 10:21:33 +02:00
commit 25d89f3b2b

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>';
}