Browse Source

fixed putMedicareInfo

Josh 4 years ago
parent
commit
a8dbbf81c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/layouts/patient.blade.php

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

@@ -144,7 +144,7 @@
                                                         @endif
                                                     </a>
                                                     <form url="/api/client/putMedicareInfo" class="mcp-theme-1">
-                                                        <input type="hidden" name="clientUid" value="{{$patient->uid}}">
+                                                        <input type="hidden" name="uid" value="{{$patient->uid}}">
                                                         <div class="mb-2">
                                                             <input type="text" class="form-control form-control-sm" name="nameFirst"
                                                                    value="{{$patient->name_first}}"