瀏覽代碼

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

prodstable
keun 7 年之前
父節點
當前提交
7a60c4870f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      backend/views/user/credit.php

+ 1
- 1
backend/views/user/credit.php 查看文件

@@ -69,7 +69,7 @@ $this->params['breadcrumbs'][] = 'Créditer';
<?php if($ch->type == CreditHistorique::TYPE_PAIEMENT): ?>
Paiement 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: ?>
(supprimée)
<?php endif; ?>

Loading…
取消
儲存