Skip to content
Snippets Groups Projects

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

Merged yogeshwar requested to merge yogeshwar/vtigercrm:158401200 into master
@@ -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;
Loading