Bladeren bron

fixed status display

= 2 jaren geleden
bovenliggende
commit
228f7b8ac3
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      app/Http/Controllers/PatientController.php

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

@@ -705,7 +705,7 @@ class PatientController extends Controller
         $companyClientStatusMap['STUDY_COMPLETED'] = 'Study Completed';
         $companyClientStatusMap['STUDY_INTERPRETED'] = 'Study Interpreted';
         $companyClientStatusMap['POST_HST_VISIT'] = 'Post HST Visit';
-        $companyClientStatusMap['CPAP_RX'] = 'CPA_RX';
+        $companyClientStatusMap['CPAP_RX'] = 'CPAP Rx';
         $companyClientStatusMap['ORAL_APPLIANCE_RX'] = 'Oral Appliance Rx';
         $companyClientStatusMap['NOT_INTERESTED'] = 'Not Interested';
         $companyClientStatusMap['IN_LAB_STUDY'] = 'In Lab Study';