Update Interventi.php

This commit is contained in:
Luca 2020-05-08 01:43:14 +02:00
parent 26b846f0d6
commit 4a3c680820
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ class Interventi extends Resource implements RetrieveInterface, CreateInterface,
$today = date('Y-m-d');
$period_end = date('Y-m-d', strtotime($today.' +7 days'));
$period_start = date('Y-m-d', strtotime($today.' -2 months'));
$user = Auth::user();
// AND `in_statiintervento`.`is_completato`=0
$query = "SELECT `in_interventi`.`id`,