|
@@ -189,8 +189,8 @@
|
|
|
name="title" id="note-create-title" value="{{count($proVisitTemplates) === 1 ? $proVisitTemplates->first()->title : 'Note'}}">
|
|
|
|
|
|
<div class="form-group mb-2">
|
|
|
- <label for="" class="text-secondary text-sm mb-1">For Appointment *</label>
|
|
|
- <select name="forAppointmentUid" class="form-control" onchange="if(this.value === 'create') {$('#new-appt-moe>a').first().click(); return false;}" required>
|
|
|
+ <label for="" class="text-secondary text-sm mb-1">For Appointment</label>
|
|
|
+ <select name="forAppointmentUid" class="form-control" onchange="if(this.value === 'create') {$('#new-appt-moe>a').first().click(); return false;}">
|
|
|
<option value="" selected>-- select --</option>
|
|
|
<option value="create">Create New</option>
|
|
|
@foreach($patient->upcomingAppointments as $appt)
|