Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-02-04 02:06:32 +01:00
parent 48ab519841
commit 3babc11312

View File

@ -240,7 +240,7 @@ if (empty($reshook))
if (! empty($conf->banque->enabled))
{
// Si module bank actif, un compte est obligatoire lors de la saisie d'un paiement
if (GETPOST('accountid','int') <= 0)
if (GETPOST('accountid', 'int') <= 0)
{
setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentities('AccountToCredit')), null, 'errors');
$error++;