Fix
This commit is contained in:
parent
eda22f4270
commit
797beef79f
@ -297,7 +297,7 @@ if (empty($reshook))
|
||||
include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
|
||||
}
|
||||
|
||||
if($massaction == 'reglement'){
|
||||
if ($massaction == 'makepayment'){
|
||||
$arrayofselected=is_array($toselect)?$toselect:array();
|
||||
|
||||
$loc = dol_buildpath('/compta/paiement.php', 2).'?action=create&facids='.implode(',', $arrayofselected);
|
||||
@ -665,7 +665,7 @@ if ($resql)
|
||||
'generate_doc'=>$langs->trans("ReGeneratePDF"),
|
||||
'builddoc'=>$langs->trans("PDFMerge"),
|
||||
'presend'=>$langs->trans("SendByMail"),
|
||||
'reglement'=>$langs->trans("InvoicePaymentsLimits"),
|
||||
//'makepayment'=>$langs->trans("InvoicePaymentsLimits"), TODO Blank page when using this
|
||||
);
|
||||
if ($conf->prelevement->enabled) {
|
||||
$langs->load("withdrawals");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user