Преглед на файлове

Merge branch 'master' of rav.triplestart.com:jmudaka/stagfe2 into dev

= преди 3 години
родител
ревизия
21475b624d

+ 0 - 2
.env-example

@@ -53,5 +53,3 @@ AUTH_URL="http://localhost:3002"
 BACKEND_WS_URL=http://localhost:8080/ws
 AGORA_APPID=9d04292b03524927a8fe9d937a448d85
 AGORA_MODE=screen
-
-ENABLE_SOCKETS=false

+ 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' : '' }}"