Update list.php

This commit is contained in:
oscim 2020-05-05 09:44:46 +02:00 committed by GitHub
parent 204c788dec
commit c7753dd2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ if (empty($reshook))
if($massaction == 'reglement'){
$arrayofselected=is_array($toselect)?$toselect:array();
$loc = dol_buildpath('/compta/paiement.php', 2).'?facids='.implode(',', $arrayofselected);
$loc = dol_buildpath('/compta/paiement.php', 2).'?action=create&facids='.implode(',', $arrayofselected);
header('Location: '.$loc);
exit;