Przeglądaj źródła

[Global] Bug retour system pay

feature/tableau_edition_avancee
Fab 4 lat temu
rodzic
commit
1a8826d241
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      ShopBundle/Resources/views/backend/default/block/list_orderswaitingbankreturn.html.twig

+ 2
- 0
ShopBundle/Resources/views/backend/default/block/list_orderswaitingbankreturn.html.twig Wyświetl plik

@@ -1,6 +1,7 @@
<table class="table table-condensed" id="address-list">
<thead>
<tr>
<th>Id</th>
<th>Utilisateurs</th>
<th>Date</th>
<th></th>
@@ -9,6 +10,7 @@
<tbody>
{% for order in ordersWaitingBankReturn %}
<tr>
<td>{{ order.id }}</td>
<td>{{ order.user }}</td>
<td>{{ order.updatedAt|date('d-m H:i') }}</td>
<td><a class="btn-sm btn-success"

Ładowanie…
Anuluj
Zapisz