mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
do not calculated total for accumaled documents
This commit is contained in:
parent
bdb7ad8a19
commit
82209c1ee4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user