소스 검색

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

feature/tableau_edition_avancee
Guillaume 4 년 전
부모
커밋
e41e4d1277
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      ShopBundle/Resources/views/backend/default/list.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/default/list.html.twig 파일 보기

@@ -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…
취소
저장