mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +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>";
|
echo "<tr><td>".date('Y-m-d', $item['key']/1000)."</td><td>".$item['total']."</td></tr>";
|
||||||
$total += $item['total'];
|
$total += $item['total'];
|
||||||
}
|
}
|
||||||
echo "<tr><th></th><th>".$total."<th></tr>";
|
|
||||||
break;
|
break;
|
||||||
case 'sizeperuser':
|
case 'sizeperuser':
|
||||||
foreach($data as $item) {
|
foreach($data as $item) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user