Doxygen
This commit is contained in:
parent
2b054271e2
commit
0139ef6b70
@ -2155,10 +2155,10 @@ class Facture extends CommonObject
|
||||
}
|
||||
|
||||
/**
|
||||
* \brief Renvoie la r<EFBFBD>f<EFBFBD>rence de facture suivante non utilis<EFBFBD>e en fonction du module
|
||||
* de num<EFBFBD>rotation actif d<EFBFBD>fini dans FACTURE_ADDON
|
||||
* \param soc objet societe
|
||||
* \return string reference libre pour la facture
|
||||
* \brief Return next reference of invoice not already used
|
||||
* according to numbering module defined into constant FACTURE_ADDON
|
||||
* \param soc objet company
|
||||
* \return string free ref
|
||||
*/
|
||||
function getNextNumRef($soc)
|
||||
{
|
||||
@ -2171,7 +2171,7 @@ class Facture extends CommonObject
|
||||
{
|
||||
$file = FACTURE_ADDON."/".FACTURE_ADDON.".modules.php";
|
||||
|
||||
// Chargement de la classe de num<EFBFBD>rotation
|
||||
// Chargement de la classe de numerotation
|
||||
$classname = "mod_facture_".FACTURE_ADDON;
|
||||
require_once($dir.$file);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user