diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 926a6e16d8f..2f8f40b19ce 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -129,7 +129,7 @@ if ( $db->query($sql) ) print ''; print ''; print ''; - $var = True; + $var = False; while ($i < $num) { $obj = $db->fetch_object($i); @@ -235,7 +235,7 @@ if ( $db->query($sql) ) { print '
'.translate("Commandes à valider").'
'; print ''; - $var=True; + $var=False; while ($i < $num) { $obj = $db->fetch_object( $i); @@ -275,7 +275,7 @@ if ($conf->propal->enabled) { $i = 0; print '
Propositions commerciales ouvertes
'; print ''; - $var=True; + $var=False; while ($i < $num) { $objp = $db->fetch_object( $i);
Dernières propositions commerciales