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