industry taxes testing

This commit is contained in:
2019-01-05 04:34:44 -06:00
parent d449aee616
commit 44c64888f9

View File

@@ -43,7 +43,7 @@ class StructureController extends Controller
//Get a list of structures //Get a list of structures
$structures = StructureIndustryTaxJournal::select('context_id') $structures = StructureIndustryTaxJournal::select('context_id')
->whereBetween('date', [$start, $end]) ->whereBetween('date', [$date[0]['start'], $date[0]['end']])
->groupBy('context_id') ->groupBy('context_id')
->get(); ->get();