Browse Source

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

feature/tableau_edition_avancee
Guillaume 4 years ago
parent
commit
e41e4d1277
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Resources/views/backend/default/list.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/default/list.html.twig View File

@@ -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 %}


Loading…
Cancel
Save