소스 검색

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}}"