diff --git a/htdocs/product.class.php3 b/htdocs/product.class.php3 index af73b63d603..2e44256a486 100644 --- a/htdocs/product.class.php3 +++ b/htdocs/product.class.php3 @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2003 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -258,7 +258,10 @@ class Product return array_reverse($result); } - + /* + * + * + */ Function get_nb_vente() { $sql = "SELECT sum(d.qty), date_format(f.datef, '%Y%m') "; @@ -268,7 +271,10 @@ class Product return $this->_get_stats($sql); } - + /* + * + * + */ Function get_num_vente() { $sql = "SELECT count(*), date_format(f.datef, '%Y%m') ";