PM 356 "The description of process events..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2014-10-20 17:11:52 -04:00
parent ac4464e029
commit e89f7afa07
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ var eventsNewAction = function(oForm) {
url : '../events/eventsNewAction',
method: 'POST',
args : 'PRO_UID=' + getField('PRO_UID').value
+ "&EVN_DESCRIPTION=" + stringReplace("\\&", "__AMP__", getField("EVN_DESCRIPTION").value)
+ "&EVN_DESCRIPTION=" + stringReplace("\\&", "AMP", getField("EVN_DESCRIPTION").value)
+ '&EVN_STATUS=' + getField('EVN_STATUS').value
+ '&EVN_WHEN=' + getField('EVN_WHEN').value
+ '&EVN_WHEN_OCCURS=' + getField('EVN_WHEN_OCCURS').value