#51 Festschreiben der Points, Gutschriftenmodul
This commit is contained in:
parent
dfd049aaa9
commit
3f2fbd6d5b
63 changed files with 4610 additions and 971 deletions
|
|
@ -118,7 +118,7 @@ class BusinessPointsController extends Controller
|
|||
}
|
||||
}
|
||||
|
||||
private function initSearch($archive = false, $request = true)
|
||||
private function initSearch()
|
||||
{
|
||||
$this->setFilterVars();
|
||||
|
||||
|
|
@ -184,7 +184,7 @@ class BusinessPointsController extends Controller
|
|||
->orderColumn('id', 'id $1')
|
||||
->orderColumn('order', 'order $1')
|
||||
->orderColumn('status', 'status $1')
|
||||
->orderColumn('status', 'message $1')
|
||||
->orderColumn('message', 'message $1')
|
||||
|
||||
->rawColumns(['id', 'order', 'status', 'message', 'total_net'])
|
||||
->make(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue