Removed email reminders
As it will be handled by calender event in the future
This commit is contained in:
parent
a322b159ab
commit
e543fc483f
@ -7,7 +7,6 @@
|
|||||||
"availability_of_slots",
|
"availability_of_slots",
|
||||||
"number_of_agents",
|
"number_of_agents",
|
||||||
"holiday_list",
|
"holiday_list",
|
||||||
"email_reminders",
|
|
||||||
"appointment_duration"
|
"appointment_duration"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
@ -19,6 +18,7 @@
|
|||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"default": "1",
|
||||||
"fieldname": "number_of_agents",
|
"fieldname": "number_of_agents",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
@ -33,22 +33,16 @@
|
|||||||
"options": "Holiday List",
|
"options": "Holiday List",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"fieldname": "email_reminders",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"label": "Email Reminders"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"default": "60",
|
"default": "60",
|
||||||
"fieldname": "appointment_duration",
|
"fieldname": "appointment_duration",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"label": "Appointment Duration",
|
"label": "Appointment Duration (In Minutes)",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"modified": "2019-09-10 15:02:39.969131",
|
"modified": "2019-09-11 14:44:33.471834",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Appointment Booking Settings",
|
"name": "Appointment Booking Settings",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user