This commit is contained in:
Laurent Destailleur 2010-10-30 10:52:53 +00:00
parent 4e83c0a7ea
commit e01508140b
2 changed files with 3 additions and 3 deletions

View File

@ -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()
{

View File

@ -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$
*/