浏览代码

changed max mins to 60 for FU audio

= 3 年之前
父节点
当前提交
39b8e8b452
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/note/_create-bill.blade.php

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

@@ -37,7 +37,7 @@
                         $maxMinutes = 75;
                     }
                     else if($note->method === 'AUDIO') {
-                        $maxMinutes = 45;
+                        $maxMinutes = 60;
                     }
                 }
             ?>