Show order info reference on pending orders
This commit is contained in:
@@ -462,7 +462,7 @@ class User extends Authenticatable
|
||||
public function client_service_movements(): DatabaseCollection
|
||||
{
|
||||
return Service::active()
|
||||
->select(['id','account_id','product_id','order_status','model'])
|
||||
->select(['id','account_id','product_id','order_status','model','order_info'])
|
||||
->where('order_status','!=','ACTIVE')
|
||||
->whereIN('account_id',$this->all_accounts()->pluck('id')->unique()->toArray())
|
||||
->with(['account','product'])
|
||||
|
Reference in New Issue
Block a user