Browse Source

[Administration] Documents : problème encodage #1046

feature/souke
Guillaume 1 year ago
parent
commit
2349bcbfa5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/views/document/download.php

+ 1
- 1
backend/views/document/download.php View File

<?php foreach ($document->orders as $order): ?> <?php foreach ($document->orders as $order): ?>
<tr> <tr>
<td> <td>
<strong><?= Html::encode($orderManager->getOrderUsername($order)); ?></strong>
<strong><?= $orderManager->getOrderUsername($order); ?></strong>
<?php if ($order->distribution): ?> <?php if ($order->distribution): ?>
le <?= date('d/m/Y', strtotime($order->distribution->date)) ?> le <?= date('d/m/Y', strtotime($order->distribution->date)) ?>
<?php endif; ?> <?php endif; ?>

Loading…
Cancel
Save