Skip to content
Snippets Groups Projects

#Fixes::158119577::yogeshwar::workflow task is not creating when given condition firstname as 0

Merged yogeshwar requested to merge yogeshwar/vtigercrm:157999731 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -360,7 +360,7 @@ class VTJsonCondition {
}
return false;
case "is not empty":
if(empty($fieldValue)) {
if(empty($fieldValue) && $fieldValue!=0) {
return false;
}
return true;
Loading