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

Merge branch '158401200' into 'master'

#Fixes::158401200::Yogeshwar::when we update the fields from the workflow it...

See merge request !1040
parents b0c901d6 b18692a5
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,9 @@ class VTUpdateFieldsTask extends VTTask {
$currencyfieldConvertedValue = $focus->column_fields[$fieldValue . "_raw_converted"];
$fieldValue = $focus->column_fields[$fieldValue];
if($rightOperandFieldType == 'multipicklist' && $fieldDataType=='string'){
$fieldValue = str_replace(' |##| ', ' ', $fieldValue);
}
}
$fieldValueInDB = $fieldValue;
......
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