Merge branch 'ticket-13755-LogStats'

This commit is contained in:
Marion Muszynski 2017-07-21 12:50:09 +02:00
commit 84c1855b8b

View File

@ -566,8 +566,8 @@ class AdminStatsLogistic extends AdminTab {
<td>
<table width="100%">
<tr>
<td>'.$report['payment']['laposte'].' LP </td>
<td>'.$report['payment']['mondialrelay'].' MR </td>
<td width="30%">'.$report['payment']['laposte'].' LP </td>
<td width="30%">'.$report['payment']['mondialrelay'].' MR </td>
<td align="right"><b>'.$report['payment']['total'].'</b> ('.round($mr_percent_pa,1).'% MR)</td>
</tr>
</table>
@ -575,8 +575,8 @@ class AdminStatsLogistic extends AdminTab {
<td>
<table width="100%">
<tr>
<td>'.$report['partial']['laposte'].' LP </td>
<td>'.$report['partial']['mondialrelay'].' MR </td>
<td width="30%">'.$report['partial']['laposte'].' LP </td>
<td width="30%">'.$report['partial']['mondialrelay'].' MR </td>
<td align="right"><b>'.$report['partial']['total'].'</b> ('.round($mr_percent_pe,1).'% MR)</td>
</tr>
</table>
@ -584,8 +584,8 @@ class AdminStatsLogistic extends AdminTab {
<td>
<table width="100%">
<tr>
<td>'.$report['pending']['laposte'].' LP </td>
<td>'.$report['pending']['mondialrelay'].' MR </td>
<td width="30%">'.$report['pending']['laposte'].' LP </td>
<td width="30%">'.$report['pending']['mondialrelay'].' MR </td>
<td align="right"><b>'.$report['pending']['total'].'</b> ('.round($mr_percent_cea,1).'% MR)</td>
</tr>
</table>