root 3 роки тому
батько
коміт
c5e894b233

+ 1 - 1
app/Http/Controllers/PracticeManagementController.php

@@ -1648,7 +1648,7 @@ ORDER BY claim.created_at DESC
             // TODO
         }
 
-        $notes = $notes->orderBy('effective_dateest')->paginate();
+        $notes = $notes->orderBy('effective_dateest')->paginate(10);
 
         return  view('app.practice-management.notes-processing-center', compact('notes'));
     }

+ 1 - 1
resources/views/app/patient/canvas-sections/fhx/summary.php

@@ -47,7 +47,7 @@ $labels = [
     'cancer_uterine_ca' => 'Uterine cancer',
 ];
 
-if(!$contentData['unknown'] && !!$contentData['count']) {
+if((isset($contentData['unknown']) && !$contentData['unknown']) && !!$contentData['count']) {
     for ($i = 0; $i < $contentData['count']; $i++) {
 ?>
         <div class="<?= $i > 0 ? 'mt-2' : '' ?>">

+ 2 - 2
resources/views/app/patient/note/dashboard.blade.php

@@ -333,7 +333,7 @@
                 <div class="">
                     <div>
                         
-                            <!-- <div class="text-secondary">
+                            <div class="text-secondary">
                                 <i class="fa fa-check"></i>
                                 Note Signed
                                 @if($pro->pro_type == 'ADMIN')
@@ -349,7 +349,7 @@
                                     </form>
                                 </span>
                                 @endif
-                            </div> -->
+                            </div>
                         @if(!$note->is_signed_by_hcp )
                             <div moe
                                  class="{{ $note->hcp_pro_id !== $pro->id ? 'moe-disabled' : '' }}"