Skip to content

Commit

Permalink
Merge pull request #206 from totvs/bugfix/DDWMISSI-1218-release36-err…
Browse files Browse the repository at this point in the history
…odesconto

DDWMISSI-1218 - Venda com apenas um desconto sendo integrada incorret…
  • Loading branch information
deyvidtotvs authored Dec 30, 2024
2 parents a818367 + 627b7e5 commit bc20cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdvsync/rotas/PDVSYNC - BUSCAR VENDAS.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
},
"produtos": {
"*": {
"vlDescontoAcrescimo": "=divide(@(1,vlDescontoAcrescimo),@(1,qt))"
"vlDescontoAcrescimo": "=divide(@(1,vlDescontoAcrescimo),1)"
}
},
"vlDesconto": "=divide(@(1,descontosCabecalho_valorNegativo),-1)",
Expand Down

0 comments on commit bc20cc1

Please sign in to comment.