diff --git a/gp-nested-forms/gpnf-child-products-in-parent-order-summary.php b/gp-nested-forms/gpnf-child-products-in-parent-order-summary.php index 1300bf1b..cdff5772 100644 --- a/gp-nested-forms/gpnf-child-products-in-parent-order-summary.php +++ b/gp-nested-forms/gpnf-child-products-in-parent-order-summary.php @@ -23,7 +23,7 @@ $child_products = array(); - preg_match_all( '/{[^{]*?:([0-9]+):(sum|total|count)=?([0-9]*)}/', $field->calculationFormula, $matches, PREG_SET_ORDER ); + preg_match_all( '/{[^{]*?:([0-9]+):(sum|total)=?([0-9]*)}/', $field->calculationFormula, $matches, PREG_SET_ORDER ); foreach ( $matches as $match ) { list( ,$nested_form_field_id,, ) = $match;