Fix page lost

This commit is contained in:
Laurent Destailleur 2020-11-22 02:15:54 +01:00
parent 986f918436
commit 69750e4cc4

View File

@ -897,6 +897,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
if ($id) $param .= '&id='.urlencode($id);
if ($projectid) $param .= '&projectid='.urlencode($projectid);
if ($withproject) $param .= '&withproject='.urlencode($withproject);
if ($page) $param .= '&page='.urlencode($page);
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
@ -1431,8 +1432,6 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
}
print '</td>';
if (!$i) $totalarray['nbfield']++;
if (!$i) $totalarray['totalvaluebilledfield'] = $totalarray['nbfield'];
$totalarray['totalvaluebilled'] += $valuebilled;
}
/*