Vijayakrishnan преди 4 години
родител
ревизия
a702506ab9
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      resources/views/app/patient/canvas-sections/rx/form.blade.php

+ 6 - 0
resources/views/app/patient/canvas-sections/rx/form.blade.php

@@ -208,6 +208,12 @@ $formID = rand(0, 100000);
                             frequency: '',
                             detail: '',
                             is_currently_active: true,
+                            notes: [
+                                {
+                                    date: '{{@$note ? $note->effective_dateest : date('Y-m-d')}}',
+                                    text: '',
+                                }
+                            ]
                         });
                         Vue.nextTick(function() {
                             self.initRTE();