".format_date($r->date_rec)." |
".htmlentities($msg["relance_recouvrement_amende"],ENT_QUOTES,$charset)." |
".htmlentities($libelle,ENT_QUOTES,$charset)." |
".$r->expl_cb." |
".htmlentities($r->expl_cote,ENT_QUOTES,$charset)." |
".format_date($r->date_pret)." |
".format_date($r->date_relance1)." |
".format_date($r->date_relance2)." |
".format_date($r->date_relance3)." |
|
".comptes::format_simple($r->montant)." |
|
");
if (!$r->id_expl) print ""; else print " ";
print " | ";
print "
";
}elseif ($r->id_expl) {
$requete="select expl_prix, prix from exemplaires, notices where (notice_id=expl_notice or notice_id=expl_bulletin) and expl_id =".$r->id_expl;
//http://localhost/~ngantier/pmb/circ.php?categ=visu_ex&form_cb_expl=p
$res_prix=pmb_mysql_query($requete);
$comment_prix='';
if($r_prix=pmb_mysql_fetch_object($res_prix)) {
if(!$comment_prix=$r_prix->expl_prix)$comment_prix=$r_prix->prix;
}
print pmb_bidi("
".format_date($r->date_rec)." |
".htmlentities($msg["relance_recouvrement_prix"],ENT_QUOTES,$charset)." |
".htmlentities($libelle,ENT_QUOTES,$charset)." |
".$r->expl_cb." |
".htmlentities($r->expl_cote,ENT_QUOTES,$charset)." |
".format_date($r->date_pret)." |
".format_date($r->date_relance1)." |
".format_date($r->date_relance2)." |
".format_date($r->date_relance3)." |
".htmlentities($comment_prix,ENT_QUOTES,$charset)." |
".comptes::format_simple($r->montant)." |
|
");
print " | ";
print "
";
}
}
print "