mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: added sections for settings
This commit is contained in:
@@ -5,13 +5,15 @@
|
|||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"enable_scheduling",
|
"enable_scheduling",
|
||||||
|
"agent_detail_section",
|
||||||
"availability_of_slots",
|
"availability_of_slots",
|
||||||
"number_of_agents",
|
"number_of_agents",
|
||||||
|
"agent_list",
|
||||||
"holiday_list",
|
"holiday_list",
|
||||||
|
"appointment_details_section",
|
||||||
"appointment_duration",
|
"appointment_duration",
|
||||||
"email_reminders",
|
"email_reminders",
|
||||||
"advance_booking_days",
|
"advance_booking_days"
|
||||||
"agent_list"
|
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@@ -70,10 +72,20 @@
|
|||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Enable Appointment Scheduling",
|
"label": "Enable Appointment Scheduling",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "agent_detail_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Agent Details"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "appointment_details_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Appointment Details"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"modified": "2019-10-03 14:52:33.076253",
|
"modified": "2019-10-04 11:36:20.839075",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Appointment Booking Settings",
|
"name": "Appointment Booking Settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user