mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#2480 Sales Reports
This commit is contained in:
parent
d9f4a07b07
commit
10c0ad2361
@ -1,6 +1,5 @@
|
||||
<?php namespace Visiosoft\AdvsModule\Adv\Event;
|
||||
|
||||
|
||||
class PriceChange
|
||||
{
|
||||
public function __construct($request)
|
||||
|
||||
@ -8,7 +8,6 @@ $(document).ready( function () {
|
||||
|
||||
return json.data;
|
||||
}
|
||||
|
||||
},
|
||||
processing: true,
|
||||
serverSide: true,
|
||||
|
||||
@ -211,8 +211,6 @@ class CategoryRepository extends EntryRepository implements CategoryRepositoryIn
|
||||
$page = $start ? $start / $limit + 1 : 1;
|
||||
|
||||
$categories = $categories->paginate($limit, ['*'], 'page', $page);
|
||||
$categories->recordsTotal = $categories->total();
|
||||
$categories->recordsFiltered = $categories->total();
|
||||
|
||||
return $categories;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user