Skip to content
Snippets Groups Projects
Commit e1121742 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix ticket lib

parent d0f1fab3
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ TicketUtils.addLinkRecords= function(pObjectIdField, pRowIdField, pAdditionalLin
/**
* Create a new ticket
*/
TicketUtils.prototype.createNewTicket = function(pRowId, pAdditionalLinks, pParentContext, pParentId, pParams)
TicketUtils.createNewTicket = function(pRowId, pAdditionalLinks, pParentContext, pParentId, pParams)
{
_ActivityTaskUtils._createNew("SupportTicket", pRowId, pAdditionalLinks, pParentContext, pParentId, pParams)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment