From 3babc113125903a5bbd0d8f13685471de7187cf0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 4 Feb 2019 02:06:32 +0100 Subject: [PATCH] Fix phpcs --- htdocs/compta/paiement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index ebf0fe6ad3d..c3ac6c18d80 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -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++;