Fix regression

This commit is contained in:
Laurent Destailleur
2020-10-09 11:51:34 +02:00
parent 4eaf2c0350
commit e24ec99c8f

View File

@@ -213,7 +213,7 @@ if (empty($reshook))
// Conciliation
if ((GETPOST('confirm_savestatement', 'alpha') || GETPOST('confirm_reconcile', 'alpha')) && $user->rights->banque->consolidate
&& (!GETPOSTISSET('pageplusoneold') || (GETPOST('pageplusone') == GETPOST('pageplusoneold'))))
&& (!GETPOSTISSET('pageplusone') || (GETPOST('pageplusone') == GETPOST('pageplusoneold'))))
{
$error = 0;