Skip to content

Commit

Permalink
DDWMISSI-1218 - Venda com apenas um desconto sendo integrada incorret…
Browse files Browse the repository at this point in the history
…amente
  • Loading branch information
andersonmarcelos committed Dec 27, 2024
1 parent 676125a commit 627b7e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pdvsync/rotas/PDVSYNC - BUSCAR VENDAS.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,11 @@
"valorComTroco": "=doubleSum(@(1,valorComTroco))"
}
},
"produtos": {
"*": {
"vlDescontoAcrescimo": "=divide(@(1,vlDescontoAcrescimo),1)"
}
},
"vlDesconto": "=divide(@(1,descontosCabecalho_valorNegativo),-1)",
"vlTotalComTroco": "=doubleSum(@(1,vlTotalComTroco))"
}
Expand Down

0 comments on commit 627b7e5

Please sign in to comment.