added sender ID to the clients Tab in Show view plus bug fixes
This commit is contained in:
@@ -14,6 +14,6 @@ class ClientSupportFees extends Model
|
||||
}
|
||||
public function created_by_info(){
|
||||
// return $this->hasOne('App\Models\Account', 'id', 'auth_user_id');
|
||||
return $this->hasOne('App\Models\SystemUser', 'id', 'auth_user_id');
|
||||
return $this->hasOne('App\Models\SystemUser', 'id', 'user_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user