Ajout Compta Analytique

Ajout bouton popup pour la date
Modif Recherche
This commit is contained in:
sparkyx 2007-09-15 15:49:42 +00:00
parent 033d90120d
commit 2d6f253dc1
76 changed files with 7527 additions and 125 deletions

View file

@ -170,5 +170,13 @@ class PlanAnalytic
$a=CountSql($this->db,"select pa_id from plan_analytique");
return $a;
}
function exist() {
$a=CountSql($this->db,"select pa_id from plan_analytique where pa_id=".
pg_escape_string($this->pa_id));
return ($a==0)?false:true;
}
}
?>