|
@@ -71,7 +71,7 @@
|
|
|
<option value="APPOINTMENTS">Active Appointments</option>
|
|
|
<option value="APPOINTMENTS_ALL">All Appointments</option>
|
|
|
<option value="PRO_AVAILABILITY">Pro Availability</option>
|
|
|
- <option value="BOTH">Pro Availability & Active appointments</option>
|
|
|
+ <option value="BOTH">Pro Availability & Active Appointments</option>
|
|
|
<option value="BOTH_ALL">Pro Availability & All Appointments</option>
|
|
|
</select>
|
|
|
</div>
|
|
@@ -364,7 +364,7 @@
|
|
|
el: '#calendarApp',
|
|
|
data: {
|
|
|
client: {!! json_encode($patient) !!},
|
|
|
- eventTypes: 'APPOINTMENTS',
|
|
|
+ eventTypes: 'BOTH',
|
|
|
calendar: null,
|
|
|
proMeta: {!! json_encode($proMeta) !!},
|
|
|
proIds: ['{{ $pro->id }}'],
|