Update list.php
This commit is contained in:
parent
204c788dec
commit
c7753dd2e0
@ -300,7 +300,7 @@ if (empty($reshook))
|
|||||||
if($massaction == 'reglement'){
|
if($massaction == 'reglement'){
|
||||||
$arrayofselected=is_array($toselect)?$toselect:array();
|
$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);
|
header('Location: '.$loc);
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user