Explorar el Código

[Backend] Commandes : ajout info complément

packProduct
Guillaume hace 2 años
padre
commit
c1b870b083
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      Resources/views/admin/order/field/complementary.html.twig

+ 4
- 0
Resources/views/admin/order/field/complementary.html.twig Ver fichero

@@ -10,6 +10,10 @@
{% endif %}
{% else %}
<span class="badge badge-secondary">Principale</span>
{% set complementary_order_shops = entity.instance.complementaryOrderShops %}
{% if complementary_order_shops and complementary_order_shops|length > 0 %}
<span class="badge badge-success section-{{ order_shop.getSection().getDevAlias() }}">{{ complementary_order_shops|length}} complément{% if complementary_order_shops|length > 1 %}s{% endif %}</span>
{% endif %}
{% endif %}

{# {% set value = entity.instance.complementaryOrderShops|length %}

Cargando…
Cancelar
Guardar