Explorar el Código

[backend] Documents : affichage de l'adresse

prodstable
Guillaume hace 2 años
padre
commit
701e3d4f6d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      backend/views/document/download.php

+ 4
- 0
backend/views/document/download.php Ver fichero

@@ -16,7 +16,11 @@ $displayPrices = Yii::$app->controller->getClass() != 'DeliveryNote' || (Yii::$a
<div class="address"><?= $producer->getFullAddress(true) ; ?></div>
</div>
<div class="user">
<?php if($document->address && strlen($document->address) > 0): ?>
<?= nl2br($document->address) ?>
<?php else: ?>
<?= $document->user->getFullAddress(true) ; ?>
<?php endif; ?>
</div>
</div>


Cargando…
Cancelar
Guardar