Ver código fonte

fixed sticky note edit

= 3 anos atrás
pai
commit
f46c3cd130
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      resources/views/layouts/patient.blade.php

+ 1 - 1
resources/views/layouts/patient.blade.php

@@ -660,7 +660,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
 													<input type="hidden" name="uid" value="{{$patient->uid}}">
 													<div class="mb-2">
 														<label class="text-secondary text-sm">Sticky Note</label>
-														<textarea name="stickyNote" class="form-control" rows="8" cols="80"></textarea>
+														<textarea name="stickyNote" class="form-control" rows="8" cols="80">{{$patient->sticky_note}}</textarea>
 													</div>
 													<div>
 														<button submit class="btn btn-sm btn-primary mr-1">Submit