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

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

View File

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