diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index c3565de4a9f..ba4ed131669 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -963,8 +963,8 @@ class CommonObject } /** - * \brief Update total_ht, total_ttc and total_vat for an object (sum of lines) - * \return int <0 si ko, >0 si ok + * Update total_ht, total_ttc and total_vat for an object (sum of lines) + * @return int <0 if KO, >0 if OK */ function update_price() { diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index 406a56ee0cb..5fe712e7c7a 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -23,7 +23,7 @@ /** * \file htdocs/fourn/fiche.php * \ingroup fournisseur, facture - * \brief Page de fiche fournisseur + * \brief Page for supplier third party card (view, edit) * \version $Id$ */