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 60 } else {
61 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 65 <tr>
66 66 <?php
... ... @@ -86,7 +86,7 @@
86 86 <td></td>
87 87 <td></td>
88 88 <td></td>
89   - <td></td>
  89 + <td>Сумма: </td>
90 90 <td><?=$total?></td>
91 91 </tr>
92 92 </table>
... ...