Sfoglia il codice sorgente

Apointments UI [WIP #4]

Vijayakrishnan Krishnan 4 anni fa
parent
commit
161bf8b2b0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 
         }