taxes controller? is it needed anymore

This commit is contained in:
2019-04-20 03:20:33 -05:00
parent 5c4293bc3c
commit a3e501dc71

View File

@@ -67,7 +67,7 @@ class TaxesController extends Controller
$pigross[] = [
'date' => $date['start']->toFormattedDateString(),
'gross' => number_format($tHelper->GetPiSalesGross($date['start'], $date['end']), 2, ".", ","),
]
];
}
//Return the view with the compact variable list