Fix calcola next numero contratti

This commit is contained in:
MatteoPistorello 2022-02-15 18:00:23 +01:00
parent 499b5b01f0
commit 619e4f6c57
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class Contratto extends Document
*
* @return string
*/
public static function getNextNumero()
public static function getNextNumero($data)
{
$maschera = setting('Formato codice contratti');