Skip to content
Snippets Groups Projects
Commit b18692a5 authored by yogeshwar's avatar yogeshwar
Browse files

Merge branch '158401200' of https://code.vtiger.com/yogeshwar/vtigercrm into 158401200

parents da15fb65 32decf3c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
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