diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php index f38e6b63127..5a0d6b8f08e 100644 --- a/htdocs/expedition/index.php +++ b/htdocs/expedition/index.php @@ -29,9 +29,13 @@ print_titre("Expeditions"); print '
';
-/*
- *
- */
+
+print '\n";
/*
* Expeditions à valider
@@ -43,16 +47,14 @@ if ($socidp)
$sql .= " AND c.fk_soc = $socidp";
}
-print '
"; } } -print " "; -/* - * - */ -print ' | '; /* * Commandes à traiter @@ -105,8 +103,15 @@ if ( $db->query($sql) ) } } + /* - * Commandes à traiter + * + */ +print ' | '; + + +/* + * Commandes en traitement */ $sql = "SELECT c.rowid, c.ref, s.nom, s.idp FROM llx_commande as c, llx_societe as s"; $sql .= " WHERE c.fk_soc = s.idp AND c.fk_statut = 2"; | |||||||