Update list.php
This commit is contained in:
parent
204c788dec
commit
c7753dd2e0
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user