Browse Source

[Global] Bug retour system pay

feature/tableau_edition_avancee
Fab 4 years ago
parent
commit
1a8826d241
1 changed files with 2 additions and 0 deletions
  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 View File

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

Loading…
Cancel
Save