bruce-models 1.9.6 → 1.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2231,7 +2231,7 @@ var Calculator;
2231
2231
  value = GetMappingValue(field.value, entity);
2232
2232
  break;
2233
2233
  }
2234
- if (value != "") {
2234
+ if (value != "" && value != null && value != undefined) {
2235
2235
  value = Number(value);
2236
2236
  }
2237
2237
  if (value || value == 0) {