Ajout Compta Analytique
Ajout bouton popup pour la date Modif Recherche
This commit is contained in:
parent
033d90120d
commit
2d6f253dc1
76 changed files with 7527 additions and 125 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue