Explorar el Código

[Backend] Bons de commande : récapitulatif des commandes

feature/tableau_edition_avancee
Guillaume hace 4 años
padre
commit
e41e4d1277
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Resources/views/backend/default/list.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/default/list.html.twig Ver fichero

@@ -144,7 +144,7 @@
{% if _entity_config['list']['btn_download_purchase_order_archive'] is defined %}
<a class="float-right btn-sm btn-success"
href="{{ path('easyadmin', { entity: 'Supplier', action: 'exportOrderPurchasesAsArchive' }) }}">
<i class="fa fa-download"></i> Télécharger tous les bons de commande
<i class="fa fa-download"></i> Récapitulatif des commandes
</a>
{% endif %}


Cargando…
Cancelar
Guardar