taxes controller? is it needed anymore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user