From 648eb85d7c3876bad0a73dabbde3b1a32ed4a2ea Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Sep 2006 00:03:03 +0000 Subject: [PATCH] Mise a jour doxygen --- htdocs/fourn/fournisseur.product.class.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/htdocs/fourn/fournisseur.product.class.php b/htdocs/fourn/fournisseur.product.class.php index 7941e924d0c..51a39d94922 100644 --- a/htdocs/fourn/fournisseur.product.class.php +++ b/htdocs/fourn/fournisseur.product.class.php @@ -1,5 +1,6 @@ + * Copyright (C) 2006 Laurent Destailleur * * 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 @@ -17,20 +18,19 @@ * * $Id$ * $Source$ - * */ /** - \file htdocs/product.class.php - \ingroup produit - \brief Fichier de la classe des produits prédéfinis - \version $Revision$ + \file htdocs/fourn/fournisseur.product.class.php + \ingroup produit + \brief Fichier de la classe des produits prédéfinis + \version $Revision$ */ /** - \class Product - \brief Classe permettant la gestion des produits prédéfinis + \class Product + \brief Classe permettant la gestion des produits prédéfinis */ require_once DOL_DOCUMENT_ROOT."/product.class.php"; @@ -84,7 +84,6 @@ class ProductFournisseur extends Product * * */ - function get_buyprice($qty) { Product::get_buyprice($this->fourn->id, $qty); @@ -94,7 +93,6 @@ class ProductFournisseur extends Product * * */ - function update($ref, $qty, $buyprice, $user) { $this->fourn_ref = $ref;