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

This commit is contained in:
Luis Fernando Saisa Lopez
2014-10-20 17:19:09 -04:00
parent e89f7afa07
commit 6c3a5e872f
2 changed files with 2 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