Fix phpcs
This commit is contained in:
parent
a091a24657
commit
111b54d82c
@ -218,5 +218,4 @@ if ($_REQUEST['unused'] == 'true') {
|
||||
print_r($unused);
|
||||
}
|
||||
echo "</body>";
|
||||
echo "</html>";
|
||||
?>
|
||||
echo "</html>";
|
||||
@ -258,7 +258,7 @@ class modFournisseur extends DolibarrModules
|
||||
$this->rights[$r][4] = 'commande';
|
||||
$this->rights[$r][5] = 'export';
|
||||
|
||||
if ($conf->global->SUPPLIER_ORDER_DOUBLE_APPROVAL)
|
||||
if (! empty($conf->global->SUPPLIER_ORDER_DOUBLE_APPROVAL))
|
||||
{
|
||||
$r++;
|
||||
$this->rights[$r][0] = 1190;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user