Browse Source

fixed adding of notes

Josh 4 năm trước cách đây
mục cha
commit
927c9101cf

+ 1 - 1
resources/views/app/dashboard.blade.php

@@ -45,7 +45,7 @@
                         <table class="table table-condensed table-bordered m-0">
                             <tbody>
                                 <tr>
-                                    <th>{{$reimbursement['currentBalance']}}</th>
+                                    <th>${{$reimbursement['currentBalance']}}</th>
                                     <th>Current balance</th>
                                 </tr>
                                 <tr>

+ 2 - 9
resources/views/layouts/patient.blade.php

@@ -237,8 +237,7 @@
                                 </section>
                                 <section class=vbox>
                                     <div moe relative
-                                         class="{{ $patient->has_mcp_done_onboarding_visit !== 'YES' ? 'moe-disabled' : '' }}"
-                                         title="{{ $patient->has_mcp_done_onboarding_visit !== 'YES' ? 'MCP Onboarding Visit Pending' : 'Create Note' }}">
+                                         title="Create Note">
                                         <a start show>
                                             <!-- <i class="fa fa-plus-circle"></i> -->
                                             <button>+ Note</button>
@@ -246,13 +245,7 @@
                                         <form url="/api/note/createUsingFreeTextHtml" right class="mcp-theme-1">
                                             <input type="hidden" name="clientUid" value="{{$patient->uid}}">
                                             <div class="mb-2">
-                                                <select name="hcpProUid" class="form-control form-control-sm">
-                                                    <option value="">-- Select HCP Pro --</option>
-                                                    @foreach ($pros as $iPro)
-                                                        <option
-                                                            value="{{$iPro->uid}}">{{$iPro->name_display}}</option>
-                                                    @endforeach
-                                                </select>
+                                               <input type="text" name="hcpProUid" value="{{$pro->uid}}">
                                             </div>
                                             <div class="mb-2">
                                                 <select name="allyProUid" class="form-control form-control-sm">