add space

This commit is contained in:
Frédéric FRANCE 2020-10-22 21:32:12 +02:00
parent 02403ba640
commit f4b42234ec
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -95,7 +95,7 @@ if ($action == 'confirm_rejet')
if ($lipre->fetch($id) == 0)
{
$rej = new RejetPrelevement($db, $user,$type);
$rej = new RejetPrelevement($db, $user, $type);
$rej->create($user, $id, GETPOST('motif', 'alpha'), $daterej, $lipre->bon_rowid, GETPOST('facturer', 'int'));