Vijayakrishnan Krishnan 4 жил өмнө
parent
commit
161bf8b2b0

+ 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;
 
         }