From 76e2003b1e5613fdc661a8888719f63b848fdef4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Aug 2003 13:09:55 +0000 Subject: [PATCH] Ajout ->duration --- htdocs/product.class.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product.class.php3 b/htdocs/product.class.php3 index d932fcb906b..28e51169de0 100644 --- a/htdocs/product.class.php3 +++ b/htdocs/product.class.php3 @@ -126,7 +126,7 @@ class Product $this->type = $result["fk_product_type"]; $this->nbvente = $result["nbvente"]; $this->envente = $result["envente"]; - + $this->duration = $result["duration"]; $this->duration_value = substr($result["duration"],0,strlen($result["duration"])-1); $this->duration_unit = substr($result["duration"],-1);