Update product.php
This commit is contained in:
parent
51c5e01290
commit
132a464df6
@ -655,7 +655,7 @@ if (empty($action) && $product->id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//if (($user->rights->stock->mouvement->creer) && ! $product->hasbatch())
|
//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.'&action=transfert">'.$langs->trans("StockMovement").'</a>';
|
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?id='.$product->id.'&action=transfert">'.$langs->trans("StockMovement").'</a>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user