# Correção ao remover segundo sabor da pizza para evitar valor zerado

Foi identificado um problema no lançamento de pizzas com múltiplos sabores no pedido: ao remover um dos sabores, o Consumer zerava automaticamente o valor do item, mesmo que o sabor restante tivesse um preço. Isso gerava inconsistência no valor final da pizza e poderia impactar diretamente no faturamento e no controle de vendas.

Foi realizada uma correção de cálculo do valor da pizza ao editar os sabores. Agora, ao remover um dos sabores, o Consumer mantém corretamente o valor do sabor remanescente, recalculando o preço com base no que estiver ativo no momento, conforme a configuração de cálculo vigente.

<figure><img src="/files/fn02Z5rmoG85VSPOewN8" alt=""><figcaption><p>Item adicionado com pizza meio a meio</p></figcaption></figure>

<figure><img src="/files/kdnEV2j7E8Z9JRoT9rQs" alt=""><figcaption><p>Pré-edição do item</p></figcaption></figure>

<figure><img src="/files/CvVnqUKPFBVX9ErPKWCb" alt=""><figcaption><p>Pós-edição</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://atualizacoes.consumer.com.br/pdv/anteriores/15.2.1/15.2.1.0/correcao-ao-remover-segundo-sabor-da-pizza-para-evitar-valor-zerado.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
