Дополнение к скрытию вознаграждения (fix 2)

This commit is contained in:
Dmitry Karpukhin 2025-11-30 15:50:10 +08:00
parent a2a67ff30e
commit 7a0b22e508

View File

@ -57,7 +57,7 @@
?>
{!! $price !!}
</td>
<!-- <td class="align-middle d-none d-lg-table-cell">
<!-- <td class="align-middle d-none d-lg-table-cell"> -->
<?php
$contract->reward = GetAgentPaymentForContract($contract);
//$contract->reward = $contract->reward ? $contract->reward : 0;
@ -69,16 +69,17 @@
?>
@if ($contract->status == 'TREATY')
<span class="fw-bold">{!! $reward !!}</span>
<!-- <span class="fw-bold">{!! $reward !!}</span> -->
@else
<span style="text-decoration:underline;text-decoration-style: dotted;cursor:pointer"
<!-- <span style="text-decoration:underline;text-decoration-style: dotted;cursor:pointer"
title='Вознаграждение будет зафиксировано при изменении статуса на "Выплачено"'>
{!! $reward !!}
</span>
@endif
</span> -->
@endif
</td>
-->
<!-- </td> -->
<td class="d-block d-lg-none d-flex flex-row">
<div class="w-100">
<span class="d-block d-md-none fs-6 text-secondary">Стоимость</span>