Fix phpcs

This commit is contained in:
Laurent Destailleur 2015-04-19 03:02:49 +02:00
parent a091a24657
commit 111b54d82c
2 changed files with 2 additions and 3 deletions

View File

@ -219,4 +219,3 @@ if ($_REQUEST['unused'] == 'true') {
} }
echo "</body>"; echo "</body>";
echo "</html>"; echo "</html>";
?>

View File

@ -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;