Kaynağa Gözat

Apointments UI [WIP #4]

Vijayakrishnan Krishnan 4 yıl önce
ebeveyn
işleme
161bf8b2b0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Http/Controllers/HomeController.php

+ 1 - 1
app/Http/Controllers/HomeController.php

@@ -255,7 +255,7 @@ class HomeController extends Controller
             else {
                 $appointment->inHowManyHours = 'Appt. in ' . substr($appointment->inHowManyHours, 1);
             }
-
+            $appointment->clientUid = $appointment->client->uid;
 
         }