Forráskód Böngészése

updated max mins to 90 mins

= 3 éve
szülő
commit
b1052b5816

+ 2 - 2
resources/views/app/patient/note/_create-bill-only.blade.php

@@ -41,10 +41,10 @@
                         }
                         else if($note->new_or_fu_or_na === 'FU') {
                             if($note->method === 'VIDEO') {
-                                $maxMinutes = 75;
+                                $maxMinutes = 90;
                             }
                             else if($note->method === 'AUDIO') {
-                                $maxMinutes = 60;
+                                $maxMinutes = 90;
                             }
                         }
                     ?>

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

@@ -36,10 +36,10 @@
                     }
                     else if($note->new_or_fu_or_na === 'FU') {
                         if($note->method === 'VIDEO') {
-                            $maxMinutes = 75;
+                            $maxMinutes = 90;
                         }
                         else if($note->method === 'AUDIO') {
-                            $maxMinutes = 60;
+                            $maxMinutes = 90;
                         }
                     }
                 ?>