Update modules_expensereport.php
This commit is contained in:
parent
5d20af7751
commit
756f8a1b9f
@ -122,7 +122,6 @@ abstract class ModeleNumRefExpenseReport
|
|||||||
/**
|
/**
|
||||||
* Renvoie prochaine valeur attribuee
|
* Renvoie prochaine valeur attribuee
|
||||||
*
|
*
|
||||||
* @param Societe $objsoc Object thirdparty
|
|
||||||
* @param Object $object Object we need next value for
|
* @param Object $object Object we need next value for
|
||||||
* @return string Valeur
|
* @return string Valeur
|
||||||
*/
|
*/
|
||||||
@ -148,4 +147,4 @@ abstract class ModeleNumRefExpenseReport
|
|||||||
if ($this->version) return $this->version;
|
if ($this->version) return $this->version;
|
||||||
return $langs->trans("NotAvailable");
|
return $langs->trans("NotAvailable");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user