Fix numerazione intervento per data richiesta
This commit is contained in:
parent
a0bad7a6af
commit
0884fe8d3f
|
@ -218,7 +218,7 @@ class Intervento extends Document
|
|||
|
||||
//$ultimo = Generator::getPreviousFrom($maschera, 'in_interventi', 'codice');
|
||||
|
||||
if ((strpos($maschera, 'YYYY') !== false) or (strpos($maschera, 'yy') !== false)) {
|
||||
if ((strpos($maschera, 'YYYY') == false) or (strpos($maschera, 'yy') == false)) {
|
||||
$ultimo = Generator::getPreviousFrom($maschera, 'in_interventi', 'codice', [
|
||||
'YEAR(data_richiesta) = '.prepare(date('Y', strtotime($data))),
|
||||
], $data);
|
||||
|
|
Loading…
Reference in New Issue