Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-10-22 15:42:18 +02:00
parent f0394c42d5
commit b5929fb7c4
2 changed files with 2 additions and 2 deletions

View File

@ -1295,8 +1295,8 @@ if ($dirins && $action == 'addproperty' && empty($cancel) && !empty($module) &&
$error++; $error++;
setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentities("Type")), null, 'errors'); setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentities("Type")), null, 'errors');
} }
} }
if (!$error) { if (!$error) {
$addfieldentry = array( $addfieldentry = array(
'name'=>GETPOST('propname', 'aZ09'), 'name'=>GETPOST('propname', 'aZ09'),

View File

@ -1945,7 +1945,7 @@ class Products extends DolibarrApi
unset($object->supplierprices); // Mut use another API to get them unset($object->supplierprices); // Mut use another API to get them
if(!DolibarrApiAccess::$user->rights->stock->lire){ if (empty(DolibarrApiAccess::$user->rights->stock->lire)) {
unset($object->stock_reel); unset($object->stock_reel);
unset($object->stock_theorique); unset($object->stock_theorique);
} }