Skip to content
Snippets Groups Projects
Commit 16c7d51a authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #5576 from atm-florian/3.9_fixPHPStrict

FIX php Strict
parents 597f5dae 5144f21c
No related branches found
No related tags found
No related merge requests found
......@@ -87,11 +87,11 @@ abstract class ModeleNumRefBarCode
/**
* Return next value available
*
* @param Societe $objsoc Object thirdparty
* @param Societe $objproduct Object Product
* @param int $type Type
* @return string Value
*/
function getNextValue($objsoc=0,$type=-1)
function getNextValue($objproduct,$type='')
{
global $langs;
return $langs->trans("Function_getNextValue_InModuleNotWorking");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment