patch: fixes

This commit is contained in:
Himanshu Warekar 2019-06-06 12:03:37 +05:30
parent 7acdcac124
commit b318b83bb7
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ def execute():
"resolution_time", "resolution_time_period"]):
doc = frappe.get_doc("Service Level Agreement", service_level_agreement.name)
doc.service_level_agreement_name = service_level_agreement.name
doc.append("priorities", {
"priority": service_level_agreement.priority,
"default_priority": 1,

View File

@ -106,7 +106,7 @@
"collapsible": 1,
"fieldname": "response_and_resolution_time_section",
"fieldtype": "Section Break",
"label": "Response and Resolution Time"
"label": "Priorities, Response and Resolution Time"
},
{
"collapsible": 1,
@ -150,7 +150,7 @@
"read_only": 1
}
],
"modified": "2019-06-05 13:41:24.189152",
"modified": "2019-06-06 12:03:11.247979",
"modified_by": "Administrator",
"module": "Support",
"name": "Service Level Agreement",