1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-27 14:09:41 +01:00

Fix controlli gestionale per autofattura

This commit is contained in:
MatteoPistorello 2022-07-22 14:40:58 +02:00
parent f8e7f076d6
commit d0909258b8

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();