Merge pull request #5556 from olsesacl/#5516
FIX #5516 PHP7 warning on supplier module's invoices configuration page
This commit is contained in:
commit
c23fe43b62
@ -108,9 +108,12 @@ abstract class ModeleNumRefSuppliersInvoices
|
|||||||
|
|
||||||
/** Returns next value assigned
|
/** Returns next value assigned
|
||||||
*
|
*
|
||||||
* @return string Valeur
|
* @param Societe $objsoc Object third party
|
||||||
|
* @param Object $object Object
|
||||||
|
* @param string $mode 'next' for next value or 'last' for last value
|
||||||
|
* @return string Value if OK, 0 if KO
|
||||||
*/
|
*/
|
||||||
function getNextValue()
|
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