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 | 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> | ... | ... |