mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
fix: patch fixes for sla
This commit is contained in:
@@ -39,7 +39,7 @@ def execute():
|
||||
doc = frappe.get_doc("Service Level Agreement", service_level_agreement.name)
|
||||
|
||||
if doc.customer:
|
||||
doc.append_to = "Customer"
|
||||
doc.apply_to = "Customer"
|
||||
doc.entity = doc.customer
|
||||
|
||||
doc.append("priorities", {
|
||||
|
||||
Reference in New Issue
Block a user