Skip to content
Snippets Groups Projects
Commit 0333c8dc authored by cortylal's avatar cortylal
Browse files

stats

parent f30236a6
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<tr>
<td><?php echo $ligne["nom"]; ?> </td>
<td><?php echo $ligne["prenom"]; ?> </td>
<td><?php echo $ligne["prix"]; ?> </td>
<td><?php echo $ligne["prix_total"]; ?> </td>
</tr>
<?php endforeach; ?>
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment