|
123456 |
- {% set item = entity.instance %}
- {% if item.orderPayment is not null %}
- {% include '@LcSov/adminlte/crud/field/amount.html.twig' with {value : item.orderPayment.amount} %}
- {% else %}
- {% include '@LcSov/adminlte/crud/field/amount.html.twig' with {value : item.amount} %}
- {% endif %}
|