Skip to content
Snippets Groups Projects
Commit bf8ffa67 authored by Prasad's avatar Prasad
Browse files

Merge branch '285' into 'master'

#285 - Confirmation required on create or save product or service - v6.5.0

#285 - Confirmation required on create or save product or service - v6.5.0

Issue: #285

See merge request !93
parents af523c17 0288ce1d
No related branches found
No related tags found
No related merge requests found
......@@ -325,6 +325,7 @@ Vtiger_Edit_Js("Products_Edit_Js",{
e.preventDefault();
thisInstance.getMoreCurrenciesUI().then(function(data){
thisInstance.preSaveConfigOfForm(form);
InitialFormData = form.serialize();
form.submit();
})
}else if(multiCurrencyContent.length > 0){
......
......@@ -92,6 +92,7 @@ Vtiger_Edit_Js("Users_Edit_Js",{},{
},
function (data, error){
thisInstance.duplicateCheckCache[userName] = data.result;
InitialFormData = form.serialize();
form.submit();
}
);
......
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