- Issue created by @virajrajankar
- Assigned to abhishek_virasat
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 6:38am 21 September 2023 - @abhishek_virasat opened merge request.
Issue found in multistep webform -
TypeError: Unsupported operand types: int + string in webform_calculator_replace_formula_values() (line 106 of webform_calculator.module).
Use int datatype before summation
$sum += (int) $value;
Needs review
Code