fix warning class declaration

This commit is contained in:
florian HENRY 2018-02-01 16:15:57 +01:00
parent b2536d8ebb
commit 5d20af7751

View File

@ -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");