Commit a2df243d09ac704f0239b127e938e226fe94f6ec
Merge remote-tracking branch 'origin/master'
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> |