Commit 49c0abe3f9b88accd0999b57598be174b9766f9f

Authored by Alexey Boroda
1 parent 0eff1ddc

-Total recount

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/views/cabinet/users.php
@@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
60 } else { 60 } else {
61 $sum = $report->sum * $report->intellectualProperty->creativeRoles[0]->part / 100; 61 $sum = $report->sum * $report->intellectualProperty->creativeRoles[0]->part / 100;
62 } 62 }
63 - $total += $sum; 63 + $total += $sum*0.8*0.805;
64 ?> 64 ?>
65 <tr> 65 <tr>
66 <?php 66 <?php
@@ -86,7 +86,7 @@ @@ -86,7 +86,7 @@
86 <td></td> 86 <td></td>
87 <td></td> 87 <td></td>
88 <td></td> 88 <td></td>
89 - <td></td> 89 + <td>Сумма: </td>
90 <td><?=$total?></td> 90 <td><?=$total?></td>
91 </tr> 91 </tr>
92 </table> 92 </table>