BUG 8745 When defining Subprocess properties, grid, listbox, file and ... SOLVED

- Faltaba mandar un parametro
- Ahora se manda el valor faltante
This commit is contained in:
Julio Cesar Laura
2012-04-20 18:01:15 -04:00
parent 72c435df4c
commit e92cbb64ff
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ var changeVariables = function(varType,proUid,field,symbol,target) {
url : '../controls/varsAjaxByType',
async : true,
method: 'POST',
args : "type="+varType+"&sProcess="+proUid+"&sFieldName="+field+"&sSymbol="+symbol
args : "type="+varType+"&sProcess="+proUid+"&sFieldName="+field+"&sSymbol="+symbol+"&bIncMulSelFields=1"
});
oRPC.callback = function(rpc){