mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
fix minore
This commit is contained in:
@@ -44,10 +44,7 @@ $pianificazioni = Pianificazione::doesntHave('fattura')
|
||||
->where('is_fatturabile', 1)
|
||||
->where('descrizione', '<>', 'Concluso');
|
||||
});
|
||||
})
|
||||
->whereYear('co_fatturazione_contratti.data_scadenza', date('Y'))
|
||||
->whereMonth('co_fatturazione_contratti.data_scadenza', date('m'))
|
||||
->get();
|
||||
})->get();
|
||||
|
||||
|
||||
if ($pianificazioni->isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user