Suppression du parametre $soc dans
function getNextValue($soc) Car $soc n'est pas utilisé dans la fonction
This commit is contained in:
parent
f26425bdc7
commit
73d37ef718
@ -96,7 +96,7 @@ class mod_commande_marbre extends ModeleNumRefCommandes
|
|||||||
/** \brief Renvoi prochaine valeur attribuée
|
/** \brief Renvoi prochaine valeur attribuée
|
||||||
* \return string Valeur
|
* \return string Valeur
|
||||||
*/
|
*/
|
||||||
function getNextValue($soc)
|
function getNextValue()
|
||||||
{
|
{
|
||||||
global $db;
|
global $db;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user