Skip to content

Commit

Permalink
Merge pull request #3465 from eccubevn/sf-w30-edit-customer-order-dat…
Browse files Browse the repository at this point in the history
…e-time

【会員登録・編集会員管理】購入履歴>注文日時が時間が表示されていない
  • Loading branch information
ryo-endo committed Aug 7, 2018
2 parents 5a5d23d + dd4d344 commit a0424c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/admin/Customer/edit.twig
Expand Up @@ -384,7 +384,7 @@ file that was distributed with this source code.
<tbody>
{% for Order in Customer.Orders %}
<tr>
<td class="align-middle pl-3">{{ Order.order_date|date_format }}</td>
<td class="align-middle pl-3">{{ Order.order_date|date_min }}</td>
<td class="align-middle">
<a href="{{ url('admin_order_edit', { 'id' : Order.id }) }}">
{{ Order.order_no }}
Expand Down

0 comments on commit a0424c6

Please sign in to comment.