Explorar o código

removed -bad filter

= %!s(int64=3) %!d(string=hai) anos
pai
achega
ad5f3d53c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/PracticeManagementController.php

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

@@ -1160,7 +1160,7 @@ ORDER BY claim.created_at ASC
             // billing not marked done
             "mode-2" => Note::where('is_cancelled', false)
                 ->where('is_signed_by_hcp', true)
-                ->whereRaw("((detail_json)::json->>'isBad' is null OR ((detail_json)::json->>'isBad')::text != 'true')")
+                //->whereRaw("((detail_json)::json->>'isBad' is null OR ((detail_json)::json->>'isBad')::text != 'true')")
 //                ->whereNull('current_note_pickup_for_processing_id')
                 ->where('is_billing_marked_done', false)
                 ->count(),