Преглед изворни кода

Visit UI - objective-measurement - fix category

Vijayakrishnan пре 3 година
родитељ
комит
6a2ca5cea0

+ 1 - 1
resources/views/app/patient/segment-templates/objective_measurements/edit.blade.php

@@ -1,4 +1,4 @@
 <?php
-$category = 'MEASUREMENTS_RELEVANT_TO_NOTE';
+$category = 'OBJECTIVE_MEASUREMENTS';
 $endPoint = 'upsertNoteSingleton';
 include resource_path('views/app/patient/segment-templates/_simple_text_segment/edit.php');

+ 1 - 1
resources/views/app/patient/segment-templates/objective_measurements/summary.blade.php

@@ -1,3 +1,3 @@
 <?php
-$category = 'MEASUREMENTS';
+$category = 'OBJECTIVE_MEASUREMENTS';
 include resource_path('views/app/patient/segment-templates/_simple_text_segment/summary.php');