Update
This commit is contained in:
@@ -120,7 +120,7 @@ class LivechatController extends Controller
|
|||||||
$nIDUser = $liveChat->user->nIDUser ?? 0; // Principal or Dependent
|
$nIDUser = $liveChat->user->nIDUser ?? 0; // Principal or Dependent
|
||||||
$paymentMethod = $liveChat->appointment ? Helper::sPaymentMethod($liveChat->appointment->sPaymentMethod) : 'N/A';
|
$paymentMethod = $liveChat->appointment ? Helper::sPaymentMethod($liveChat->appointment->sPaymentMethod) : 'N/A';
|
||||||
$fullNameDoctor = '-';
|
$fullNameDoctor = '-';
|
||||||
if ($liveChat->doctor->user !== null) {
|
if (!empty($liveChat->doctor->user)) {
|
||||||
$fullNameDoctor = '';
|
$fullNameDoctor = '';
|
||||||
|
|
||||||
if ($liveChat->doctor->user->detail !== null) {
|
if ($liveChat->doctor->user->detail !== null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user