mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-31 15:42:03 -04:00
Update ClientController.php
This commit is contained in:
parent
dde1cd6cfb
commit
ede0668caf
@ -18,7 +18,6 @@ class ClientController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function index(Builder $builder)
|
public function index(Builder $builder)
|
||||||
{
|
{
|
||||||
Log::error('here i Am');
|
|
||||||
if (request()->ajax()) {
|
if (request()->ajax()) {
|
||||||
|
|
||||||
$clients = Client::select('clients.*', DB::raw("CONCAT(client_contacts.first_name,' ',client_contacts.last_name) as full_name"), 'client_contacts.email')
|
$clients = Client::select('clients.*', DB::raw("CONCAT(client_contacts.first_name,' ',client_contacts.last_name) as full_name"), 'client_contacts.email')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user