@@ -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; ?> |