FIX: active -> activo en tipo_estado_pago
This commit is contained in:
@ -45,7 +45,7 @@
|
|||||||
class="green"
|
class="green"
|
||||||
@elseif ($cuota->pago->currentEstado->tipoEstadoPago->descripcion === 'depositado')
|
@elseif ($cuota->pago->currentEstado->tipoEstadoPago->descripcion === 'depositado')
|
||||||
class="yellow"
|
class="yellow"
|
||||||
@elseif ($cuota->pago->currentEstado->tipoEstadoPago->active !== 1)
|
@elseif ($cuota->pago->currentEstado->tipoEstadoPago->activo !== 1)
|
||||||
class="red"
|
class="red"
|
||||||
@endif
|
@endif
|
||||||
>{{ucwords($cuota->pago->currentEstado->tipoEstadoPago->descripcion)}}</td>
|
>{{ucwords($cuota->pago->currentEstado->tipoEstadoPago->descripcion)}}</td>
|
||||||
|
Reference in New Issue
Block a user