From 6780ae54d7a1d847b836e7f64441920e6e191616 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 6 Sep 2003 00:52:45 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour=20ann=E9e=20de=20copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product.class.php3 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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') ";