Update mo_production.php

This commit is contained in:
Laurent Destailleur
2021-02-08 18:04:07 +01:00
committed by GitHub
parent 24a23f9fd0
commit 41fcbbf2d7

View File

@@ -89,7 +89,7 @@ $permissiontodelete = $user->rights->mrp->delete || ($permissiontoadd && isset($
$upload_dir = $conf->mrp->multidir_output[isset($object->entity) ? $object->entity : 1];
$permissiontoproduce = $permissiontoadd;
$permissiontoupdatecost = $user->rights->bom->write; // User who can define cost must have knowledge of pricing
$permissiontoupdatecost = $user->rights->bom->read; // User who can define cost must have knowledge of pricing
/*