diff --git a/htdocs/boutique/commande/index.php b/htdocs/boutique/commande/index.php index b5736ba7e11..f3e8ee4907c 100644 --- a/htdocs/boutique/commande/index.php +++ b/htdocs/boutique/commande/index.php @@ -52,7 +52,7 @@ if ( $db->query($sql) ) $num = $db->num_rows(); $i = 0; print "
| Date | "; + print " | |||
| Numéro | Date | "; print_liste_field_titre("Client",$PHP_SELF, "customers_name"); print ' | Total | '; // print 'Statut | '; @@ -65,7 +65,8 @@ if ( $db->query($sql) ) $var=!$var; print "
';
+ print ' | ';
+ print $objp->orders_id ." | "; print strftime("%d %B %Y",$objp->date_purchased).' | '; print ''.$objp->customers_name." | \n"; print ''.price($objp->value).' | ';