BUG 7467 Adjust the Output Document to an Ajax call.

This commit is contained in:
Hector Cortez
2011-08-22 19:00:51 -04:00
parent 14553bd4be
commit bb5e90af8d
3 changed files with 82 additions and 82 deletions

View File

@@ -174,7 +174,7 @@ var verifyTitle = function(oForm)
var proUid = getField('PRO_UID').value;
var OutPutID = getField('OUT_DOC_UID').value;
if(OutPutID==''){
reqName=ajax_function(oForm.action,'lookForNameOutput','NAMEOUTPUT='+encodeURIComponent(nameOutPut)+'&proUid='+encodeURIComponent(proUid),'POST') ;
reqName=ajax_function('../outputdocs/outputdocs_Ajax','lookForNameOutput','NAMEOUTPUT='+encodeURIComponent(nameOutPut)+'&proUid='+encodeURIComponent(proUid),'POST') ;
if(reqName){
outputdocsPropertiesSave(oForm);
} else {