php V8 warning
This commit is contained in:
parent
7dc93b3544
commit
2b76e67d42
@ -179,6 +179,7 @@ $allparams = array_merge($commonparams, $headerparams, $tableparams);
|
|||||||
$headerparams = array_merge($commonparams, $headerparams);
|
$headerparams = array_merge($commonparams, $headerparams);
|
||||||
$tableparams = array_merge($commonparams, $tableparams);
|
$tableparams = array_merge($commonparams, $tableparams);
|
||||||
|
|
||||||
|
$paramslink="";
|
||||||
foreach ($allparams as $key => $value) {
|
foreach ($allparams as $key => $value) {
|
||||||
$paramslink .= '&'.$key.'='.$value;
|
$paramslink .= '&'.$key.'='.$value;
|
||||||
}
|
}
|
||||||
@ -202,6 +203,9 @@ if ($modecompta == "BOOKKEEPINGCOLLECTED") {
|
|||||||
$modecompta = "RECETTES-DEPENSES";
|
$modecompta = "RECETTES-DEPENSES";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$exportlink="";
|
||||||
|
$namelink="";
|
||||||
|
|
||||||
// Show report header
|
// Show report header
|
||||||
if ($modecompta == "CREANCES-DETTES") {
|
if ($modecompta == "CREANCES-DETTES") {
|
||||||
$name = $langs->trans("Turnover").', '.$langs->trans("ByThirdParties");
|
$name = $langs->trans("Turnover").', '.$langs->trans("ByThirdParties");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user