Browse Source

[Backend] Affichage de la bonne date de la commande dans l'historique du crédit de l'utilisateur

prodstable
keun 7 years ago
parent
commit
7a60c4870f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/views/user/credit.php

+ 1
- 1
backend/views/user/credit.php View File

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

Loading…
Cancel
Save