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