Appel du workflow lors de la creation de la ligne
This commit is contained in:
parent
ab29389b1c
commit
45ac2eeb32
@ -107,6 +107,11 @@ class LigneAdsl {
|
|||||||
if ( $resql )
|
if ( $resql )
|
||||||
{
|
{
|
||||||
$this->id = $this->db->last_insert_id($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;
|
return 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user