¨4.0.1¨
This commit is contained in:
@@ -9,16 +9,19 @@ class TaxedProductsReport extends Report
|
||||
{
|
||||
protected $filters = [];
|
||||
|
||||
|
||||
protected function view()
|
||||
{
|
||||
return 'report::admin.reports.taxed_products_report.index';
|
||||
}
|
||||
|
||||
|
||||
protected function data()
|
||||
{
|
||||
return ['taxClasses' => TaxClass::list()];
|
||||
}
|
||||
|
||||
|
||||
protected function query()
|
||||
{
|
||||
return TaxClass::select('id')
|
||||
|
||||
Reference in New Issue
Block a user