fix warning class declaration
This commit is contained in:
parent
b2536d8ebb
commit
5d20af7751
@ -126,7 +126,7 @@ abstract class ModeleNumRefExpenseReport
|
||||
* @param Object $object Object we need next value for
|
||||
* @return string Valeur
|
||||
*/
|
||||
function getNextValue($objsoc,$object)
|
||||
function getNextValue($object)
|
||||
{
|
||||
global $langs;
|
||||
return $langs->trans("NotAvailable");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user