Removed email reminders

As it will be handled by calender event in the future
This commit is contained in:
Pranav Nachanekar 2019-09-11 14:59:13 +05:30
parent a322b159ab
commit e543fc483f

View File

@ -7,7 +7,6 @@
"availability_of_slots",
"number_of_agents",
"holiday_list",
"email_reminders",
"appointment_duration"
],
"fields": [
@ -19,6 +18,7 @@
"reqd": 1
},
{
"default": "1",
"fieldname": "number_of_agents",
"fieldtype": "Int",
"in_list_view": 1,
@ -33,22 +33,16 @@
"options": "Holiday List",
"reqd": 1
},
{
"default": "0",
"fieldname": "email_reminders",
"fieldtype": "Check",
"label": "Email Reminders"
},
{
"default": "60",
"fieldname": "appointment_duration",
"fieldtype": "Int",
"label": "Appointment Duration",
"label": "Appointment Duration (In Minutes)",
"reqd": 1
}
],
"issingle": 1,
"modified": "2019-09-10 15:02:39.969131",
"modified": "2019-09-11 14:44:33.471834",
"modified_by": "Administrator",
"module": "CRM",
"name": "Appointment Booking Settings",