In Token_lib change App\Models\tokens\Token to App\Models\Tokens\Toke

This commit is contained in:
Steve Ireland
2023-05-30 20:58:55 -04:00
committed by jekkos
parent 24539101d2
commit 477ceb2317
8 changed files with 47 additions and 30 deletions

View File

@@ -80,6 +80,11 @@ class Reports extends Secure_Controller
helper('report');
}
public function index(): void
{
$this->getIndex();
}
//Initial Report listing screen
public function getIndex(): void
{
@@ -1662,7 +1667,7 @@ class Reports extends Secure_Controller
return $sale_type_options;
}
public function detailed_sales(string $start_date, string $end_date, string $sale_type, string $location_id = 'all'): void
public function getDetailed_sales(string $start_date, string $end_date, string $sale_type, string $location_id = 'all'): void
{
$this->clearCache();