Parcourir la source

Bug colonne "montant" dans l'historique des commandes

Il y a une colonne en trop dans le tableau.
prodstable
keun il y a 7 ans
Parent
révision
e40ca6ec10
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      frontend/views/commande/index.php

+ 1
- 1
frontend/views/commande/index.php Voir le fichier

@@ -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) {

Chargement…
Annuler
Enregistrer