industry taxes testing
This commit is contained in:
@@ -43,7 +43,7 @@ class StructureController extends Controller
|
||||
|
||||
//Get a list of structures
|
||||
$structures = StructureIndustryTaxJournal::select('context_id')
|
||||
->whereBetween('date', [$start, $end])
|
||||
->whereBetween('date', [$date[0]['start'], $date[0]['end']])
|
||||
->groupBy('context_id')
|
||||
->get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user