diff --git a/htdocs/product/index.php b/htdocs/product/index.php index e2c9640744f..0179a1c019d 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -42,7 +42,7 @@ print_titre("Produits et services"); print '
| '; +print ' |
| '; $sql = "SELECT p.rowid, p.label, p.price, p.ref FROM llx_product as p WHERE envente=1"; |