Fix phpcs
This commit is contained in:
parent
48ab519841
commit
3babc11312
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user