소스 검색

[Backend] Résolution bug d'affichage date de commande dans l'historique des crédits pain

master
keun 7 년 전
부모
커밋
8fe5fe8511
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      backend/views/user/credit.php

+ 1
- 1
backend/views/user/credit.php 파일 보기

@@ -74,7 +74,7 @@ $this->params['breadcrumbs'][] = 'Créditer';
(supprimée)
<?php endif; ?>
<?php endif; ?>
<?php if($ch->type == CreditHistorique::TYPE_REMBOURSEMENT): ?>Remboursement commande <?php if(isset($ch->commande)): ?>du <?= date('d/m/Y',strtotime($ch->commande->date)) ?><?php else: ?>(supprimée)<?php endif; ?><?php endif; ?>
<?php if($ch->type == CreditHistorique::TYPE_REMBOURSEMENT): ?>Remboursement commande <?php if(isset($ch->commande)): ?>du <?= date('d/m/Y',strtotime($ch->commande->production->date)) ?><?php else: ?>(supprimée)<?php endif; ?><?php endif; ?>
<?php if($ch->type == CreditHistorique::TYPE_DEBIT): ?>
Débit
<?php endif; ?>

Loading…
취소
저장