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
|
* \brief Return next reference of invoice not already used
|
||||||
* de num<EFBFBD>rotation actif d<EFBFBD>fini dans FACTURE_ADDON
|
* according to numbering module defined into constant FACTURE_ADDON
|
||||||
* \param soc objet societe
|
* \param soc objet company
|
||||||
* \return string reference libre pour la facture
|
* \return string free ref
|
||||||
*/
|
*/
|
||||||
function getNextNumRef($soc)
|
function getNextNumRef($soc)
|
||||||
{
|
{
|
||||||
@ -2171,7 +2171,7 @@ class Facture extends CommonObject
|
|||||||
{
|
{
|
||||||
$file = FACTURE_ADDON."/".FACTURE_ADDON.".modules.php";
|
$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;
|
$classname = "mod_facture_".FACTURE_ADDON;
|
||||||
require_once($dir.$file);
|
require_once($dir.$file);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user