FIX #5516
This commit is contained in:
parent
2866d60240
commit
227c6906a8
@ -106,11 +106,14 @@ abstract class ModeleNumRefSuppliersInvoices
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Returns next value assigned
|
/** Returns next value assigned
|
||||||
*
|
*
|
||||||
* @return string Valeur
|
* @param Societe $objsoc Object third party
|
||||||
*/
|
* @param Object $object Object
|
||||||
function getNextValue()
|
* @param string $mode 'next' for next value or 'last' for last value
|
||||||
|
* @return string Value if OK, 0 if KO
|
||||||
|
*/
|
||||||
|
function getNextValue($objsoc,$object,$mode)
|
||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
return $langs->trans("NotAvailable");
|
return $langs->trans("NotAvailable");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user