mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-11 23:24:14 +01:00
Fix minore
This commit is contained in:
parent
44c5b0a1b0
commit
73e3e5599d
@ -4,7 +4,7 @@ include_once __DIR__.'/core.php';
|
||||
|
||||
use Modules\PrimaNota\Mastrino;
|
||||
|
||||
$mastrini = Mastrino::where('primanota', 1)->groupBy('idmastrino')->get();
|
||||
$mastrini = Mastrino::where('primanota', 1)->where('id_scadenza','!=', null)->groupBy('idmastrino')->get();
|
||||
foreach ($mastrini as $mastrino) {
|
||||
$mastrino->aggiornaScadenzario();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user