Explorar el Código

[Global] Bug retour system pay

feature/tableau_edition_avancee
Fab hace 4 años
padre
commit
1a8826d241
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 Ver fichero

@@ -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"

Cargando…
Cancelar
Guardar