Commit 9a648a60 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: First resource of Regularisation request is Acknowledgement

   not monitoring.
parent 61544e23
...@@ -37,7 +37,7 @@ if person.Entity_hasOutstandingAmount(ledger_uid=portal.portal_categories.ledger ...@@ -37,7 +37,7 @@ if person.Entity_hasOutstandingAmount(ledger_uid=portal.portal_categories.ledger
# Time to create the ticket # Time to create the ticket
comment = 'New automatic ticket for %s' % context.getTitle() comment = 'New automatic ticket for %s' % context.getTitle()
ticket = context.Entity_createTicketFromTradeCondition( ticket = context.Entity_createTicketFromTradeCondition(
portal.service_module.slapos_crm_monitoring.getRelativeUrl(), portal.service_module.slapos_crm_acknowledgement.getRelativeUrl(),
'Account regularisation expected for "%s"' % context.getTitle(), 'Account regularisation expected for "%s"' % context.getTitle(),
'', '',
portal_type='Regularisation Request', portal_type='Regularisation Request',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment