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