Merge branch 'ticket-updateStats' into develop

This commit is contained in:
Marion Muszynski 2016-05-20 15:45:40 +02:00
commit 370182ce2c

View File

@ -139,12 +139,11 @@ class AdminStatsLogistic extends AdminTab {
$poles[4]['employee'][] = $stat;
break;
case '28':
default:
$poles[5]['recap']['quantity'] += $stat['quantity'];
$poles[5]['recap']['nb_package'] += $stat['nb_package'];
$poles[5]['employee'][] = $stat;
break;
default:
break;
}
$total_quantity += $stat['quantity'];
}