Fix controlli gestionale per autofattura

This commit is contained in:
MatteoPistorello 2022-07-22 14:40:58 +02:00
parent f8e7f076d6
commit d0909258b8
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class DatiFattureElettroniche extends Controllo
->whereNotIn('codice_stato_fe', ['ERR', 'NS', 'EC02', 'ERVAL'])
->where('data', '>=', $_SESSION['period_start'])
->where('data', '<=', $_SESSION['period_end'])
->where('is_fattura_conto_terzi', '=', 0)
->orderBy('data')
->get();