Browse Source

Merge branch 'dev'

master
Guillaume 4 years ago
parent
commit
aa2d7a0547
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

<tr> <tr>
<td> <td>
<strong><?= Html::encode($order->getUsername()) ; ?></strong> <strong><?= Html::encode($order->getUsername()) ; ?></strong>
le <?= date('d/m/Y', strtotime($order->date)) ?>
le <?= date('d/m/Y', strtotime($order->distribution->date)) ?>
</td> </td>
<?php if($displayPrices): ?> <?php if($displayPrices): ?>
<td class="align-center"></td> <td class="align-center"></td>

Loading…
Cancel
Save