This commit is contained in:
Frédéric France
2024-03-12 00:16:06 +01:00
parent c8c003a437
commit 8b79cfa095

View File

@@ -62,11 +62,11 @@ abstract class ModeleNumRefBarCode extends CommonNumRefGenerator
/**
* Return next value available
*
* @param Product $objproduct Object Product
* @param string $type Type of barcode (EAN, ISBN, ...)
* @return string Value
* @param CommonObject $objcommon CommonObject
* @param string $type Type of barcode (EAN, ISBN, ...)
* @return string Value
*/
public function getNextValue($objproduct, $type = '')
public function getNextValue($objcommon, $type = '')
{
global $langs;
return $langs->trans("Function_getNextValue_InModuleNotWorking");