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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -138,7 +138,7 @@ class VTUpdateFieldsTask extends VTTask {
$currencyfieldConvertedValue = $focus->column_fields[$fieldValue . "_raw_converted"];
$fieldValue = $focus->column_fields[$fieldValue];
if($rightOperandFieldType == 'multipicklist' && $fieldDataType='string'){
if($rightOperandFieldType == 'multipicklist' && $fieldDataType=='string'){
$fieldValue = str_replace(' |##| ', ' ', $fieldValue);
}
}
Loading