fix: patch fixes for sla
This commit is contained in:
parent
c58d0317a4
commit
199b43dbbb
@ -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", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user