ソースを参照

Merge branch 'master' into dev-vj

Vijayakrishnan Krishnan 4 年 前
コミット
f93443a5f9
1 ファイル変更1 行追加1 行削除
  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}}"