Parcourir la source

[Administration] Documents : problème encodage #1046

feature/souke
Guillaume il y a 1 an
Parent
révision
2349bcbfa5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      backend/views/document/download.php

+ 1
- 1
backend/views/document/download.php Voir le fichier

@@ -91,7 +91,7 @@ $documentPriceDecimals = (int) $producerManager->getConfig('option_document_pric
<?php foreach ($document->orders as $order): ?>
<tr>
<td>
<strong><?= Html::encode($orderManager->getOrderUsername($order)); ?></strong>
<strong><?= $orderManager->getOrderUsername($order); ?></strong>
<?php if ($order->distribution): ?>
le <?= date('d/m/Y', strtotime($order->distribution->date)) ?>
<?php endif; ?>

Chargement…
Annuler
Enregistrer