Appel du workflow lors de la creation de la ligne

This commit is contained in:
Rodolphe Quiedeville 2007-10-08 11:17:24 +00:00
parent ab29389b1c
commit 45ac2eeb32

View File

@ -107,6 +107,11 @@ class LigneAdsl {
if ( $resql )
{
$this->id = $this->db->last_insert_id($resql);
// Appel le workflow
$wkf = new WorkflowTelephonie($this->db);
$wkf->notify('xdsl', -1, $this->numero);
return 0;
}
else