<?php if($ch->type == CreditHistorique::TYPE_PAIEMENT): ?> | <?php if($ch->type == CreditHistorique::TYPE_PAIEMENT): ?> | ||||
Paiement commande | Paiement commande | ||||
<?php if(isset($ch->commande)): ?> | <?php if(isset($ch->commande)): ?> | ||||
du <?= date('d/m/Y',strtotime($ch->commande->date)) ?> | |||||
du <?= date('d/m/Y',strtotime($ch->commande->production->date)) ?> | |||||
<?php else: ?> | <?php else: ?> | ||||
(supprimée) | (supprimée) | ||||
<?php endif; ?> | <?php endif; ?> |