mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-25 23:33:02 +01:00
RImozione script di ricalcolo completo dello scadenzario
This commit is contained in:
parent
a85830d7ff
commit
b716ef8fc6
@ -1,10 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
include_once __DIR__.'/core.php';
|
|
||||||
|
|
||||||
use Modules\PrimaNota\Mastrino;
|
|
||||||
|
|
||||||
$mastrini = Mastrino::where('primanota', 1)->where('id_scadenza', '!=', null)->where('iddocumento', '!=', null)->groupBy('idmastrino')->get();
|
|
||||||
foreach ($mastrini as $mastrino) {
|
|
||||||
$mastrino->aggiornaScadenzario();
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user