From af82bf2fee5aa96e7d822d11c1b0292a8829c4b2 Mon Sep 17 00:00:00 2001 From: JC Prieto Date: Thu, 31 Dec 2020 10:47:30 +0100 Subject: [PATCH] Update create.php --- htdocs/compta/prelevement/create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php index 0d29c578a8e..9b80017186a 100644 --- a/htdocs/compta/prelevement/create.php +++ b/htdocs/compta/prelevement/create.php @@ -49,7 +49,7 @@ $type = GETPOST('type', 'aZ09'); $action = GETPOST('action', 'aZ09'); $mode = GETPOST('mode', 'alpha') ?GETPOST('mode', 'alpha') : 'real'; $format = GETPOST('format', 'aZ09'); -$id_bankaccount = GETPOST ( 'id_bankaccount','int' ); +$id_bankaccount = GETPOST ('id_bankaccount','int'); $limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit; $page = GETPOSTISSET('pageplusone') ? (GETPOST('pageplusone') - 1) : GETPOST("page", 'int'); if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1