Suppress all output
This commit is contained in:
parent
9b99a5955e
commit
630302ba2b
@ -97,6 +97,7 @@ else
|
|||||||
|
|
||||||
$month = substr("00".$month, -2) ;
|
$month = substr("00".$month, -2) ;
|
||||||
|
|
||||||
|
if ($verbose > 0)
|
||||||
print "Analyse $month/$year\n";
|
print "Analyse $month/$year\n";
|
||||||
|
|
||||||
$sql = "SELECT cd.fk_fournisseur, sum(cd.fourn_montant), sum(cd.cout_vente)";
|
$sql = "SELECT cd.fk_fournisseur, sum(cd.fourn_montant), sum(cd.cout_vente)";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user