mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 01:12:33 +01:00
Merge branch 'develop' into toomanylines
This commit is contained in:
@@ -96,7 +96,7 @@ abstract class ModeleNumRefBarCode
|
||||
* @param string $type Type of barcode (EAN, ISBN, ...)
|
||||
* @return string Value
|
||||
*/
|
||||
function getNextValue($objproduct,$type='')
|
||||
function getNextValue($objproduct, $type = '')
|
||||
{
|
||||
global $langs;
|
||||
return $langs->trans("Function_getNextValue_InModuleNotWorking");
|
||||
@@ -126,7 +126,7 @@ abstract class ModeleNumRefBarCode
|
||||
* @param int $type -1=Nothing, 0=Product, 1=Service
|
||||
* @return string HTML translated description
|
||||
*/
|
||||
function getToolTip($langs,$soc,$type)
|
||||
function getToolTip($langs, $soc, $type)
|
||||
{
|
||||
global $conf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user