mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Suppression du parametre $soc dans
function getNextValue($soc) Car $soc n'est pas utilis dans la fonction
This commit is contained in:
@@ -96,7 +96,7 @@ class mod_commande_marbre extends ModeleNumRefCommandes
|
||||
/** \brief Renvoi prochaine valeur attribu<62>e
|
||||
* \return string Valeur
|
||||
*/
|
||||
function getNextValue($soc)
|
||||
function getNextValue()
|
||||
{
|
||||
global $db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user