do not calculated total for accumaled documents

This commit is contained in:
Uwe Steinmann 2020-04-04 11:59:43 +02:00
parent bdb7ad8a19
commit 82209c1ee4

View File

@ -248,7 +248,6 @@ $(document).ready( function() {
echo "<tr><td>".date('Y-m-d', $item['key']/1000)."</td><td>".$item['total']."</td></tr>";
$total += $item['total'];
}
echo "<tr><th></th><th>".$total."<th></tr>";
break;
case 'sizeperuser':
foreach($data as $item) {