diff --git a/html/user_advanced.php b/html/user_advanced.php index 33cf29d9a..cd6d37b5b 100644 --- a/html/user_advanced.php +++ b/html/user_advanced.php @@ -212,7 +212,7 @@ if ( $p_action=='verif' ) { else { $result =' NON OK ';} - printf ('
  • Solde Grand Livre non centralisé: debit %f credit %f %s
  • ',$deb,$cred,$result); + printf ('
  • Total solde Grand Livre : debit %f credit %f %s
  • ',$deb,$cred,$result); $sql="select jrn_def_id,jrn_def_name from jrn_def"; $res=ExecSql($cn,$sql); $jrn=pg_fetch_all($res); @@ -227,7 +227,7 @@ if ( $p_action=='verif' ) { else { $result =' NON OK ';} - printf ('
  • Journal %s Solde non centralisé: debit %f credit %f %s
  • ',$name,$deb,$cred,$result); + printf ('
  • Journal %s total : debit %f credit %f %s
  • ',$name,$deb,$cred,$result); }