浏览代码

Bug colonne "montant" dans l'historique des commandes

Il y a une colonne en trop dans le tableau.
prodstable
keun 7 年前
父节点
当前提交
e40ca6ec10
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frontend/views/commande/index.php

+ 1
- 1
frontend/views/commande/index.php 查看文件

@@ -91,7 +91,7 @@ $this->title = 'Commande' ;
<td><?php echo date('d/m/Y',strtotime($c->production->date)); ?></td>
<td class="resume"><?= $c->getResumePanier() ; ?></td>
<td><?= $c->getResumePointVente(); ?></td>
<td class="montant"><td class="montant"><?= $c->getResumeMontant(); ?></td></td>
<td class="montant"><?= $c->getResumeMontant(); ?></td>
<td class="statut">
<?php
if(date('H') > 20) {

正在加载...
取消
保存