Skip to content
Snippets Groups Projects
Commit 25d89f3b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3469 from frederic34/patch-9

Typo
parents 51c5e012 132a464d
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment