Fix calcola next numero contratti
This commit is contained in:
parent
499b5b01f0
commit
619e4f6c57
|
@ -267,7 +267,7 @@ class Contratto extends Document
|
|||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function getNextNumero()
|
||||
public static function getNextNumero($data)
|
||||
{
|
||||
$maschera = setting('Formato codice contratti');
|
||||
|
||||
|
|
Loading…
Reference in New Issue