industry taxes testing

This commit is contained in:
2019-01-05 22:55:10 -06:00
parent bf2d1e5e53
commit fa22765c4f

View File

@@ -43,8 +43,6 @@ class StructureController extends Controller
//Get the dates we are working with
$dates = $sHelper->GetTimeFrameInMonths($months);
//Get a list of structures - context_id is not structure id, it's job id.
dd($dates);
foreach($dates as $date) {
$tax = StructureIndustryTaxJournal::select('amount')
->whereBetween('date', [$date['start'], $date['end']])