PHP7 Warning on barcode module's configuration page

This commit is contained in:
Sergio Sanchis Climent
2016-07-26 22:09:06 +02:00
parent 2866d60240
commit c9fa12a8f9
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ abstract class ModeleNumRefBarCode
* @param int $type Type
* @return string Value
*/
function getNextValue($objsoc=0,$type=-1)
function getNextValue($objsoc=null,$type=-1)
{
global $langs;
return $langs->trans("Function_getNextValue_InModuleNotWorking");