From a19d6011607987a9b8c8bfd6836bf28fa04a3960 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 8 Oct 2007 11:31:46 +0000 Subject: [PATCH] Gere les workflows --- htdocs/telephonie/adsl/ligneadsl.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/adsl/ligneadsl.class.php b/htdocs/telephonie/adsl/ligneadsl.class.php index c1b1938ed36..230cdf2b964 100644 --- a/htdocs/telephonie/adsl/ligneadsl.class.php +++ b/htdocs/telephonie/adsl/ligneadsl.class.php @@ -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; }