Gere les workflows

This commit is contained in:
Rodolphe Quiedeville 2007-10-08 11:31:46 +00:00
parent 9126d0dce1
commit a19d601160

View File

@ -289,7 +289,7 @@ class LigneAdsl {
// Appel le workflow
$wkf = new WorkflowTelephonie($this->db);
$wkf->notify('xdsl', $statut, $this->numero);
$wkf->notify('xdsl', $statut, $this->numero, $commentaire);
return 0;
}