|
|
@@ -353,13 +353,13 @@ |
|
|
|
{{ reductionCredit.value|format_price(false) }} |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
{% include '@EasyAdmin/default/field_boolean.html.twig' with {value: reductionCredit.status} %} |
|
|
|
{% include '@LcShop/backend/default/field/status.html.twig' with {value: reductionCredit.status} %} |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
{% include '@EasyAdmin/default/field_boolean.html.twig' with {value: isUsed} %} |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
{% if isUsed == false %} |
|
|
|
{% if isUsed == false and reductionCredit.status >=0 %} |
|
|
|
{{ _self.button('ReductionCredit', 'edit', reductionCredit.id, 'primary') }} |
|
|
|
{% endif %} |
|
|
|
</td> |