Skip to content

Commit

Permalink
DVARLOJ1-11239
Browse files Browse the repository at this point in the history
DVARLOJ1-11239 - Ajuste L2_ENTREGA para tipo Retira em caso de venda com pagamento na LOJA
  • Loading branch information
everson-junior authored Sep 6, 2024
1 parent 0881269 commit 4e01875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venda digital/publicacao/busca_pedido.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"L2_PRCTAB": "&Self:oRegistro['Itens'][nItem]['PrecoUnitario']",
"L2_DESCPRO": "",
"L2_LOCAL": "&IIF( Empty(Self:oRegistro['Itens'][nItem]['Armazem']), SuperGetMv('MV_LOCPAD', .F., '01'), Self:oRegistro['Itens'][nItem]['Armazem'] )",
"L2_ENTREGA": "&Self:oRegistro['Itens'][nItem]['ItemTipoEntrega']",
"L2_ENTREGA": "&IIF(Self:oRegistro['ConfimacaoPagamento'],Self:oRegistro['Itens'][nItem]['ItemTipoEntrega'],'2')",
"L2_FILRES": "&Self:oRegistro['Itens'][nItem]['FilialEstoque']",
"L2_TES": "&SuperGetMv('MV_LJTESPE', .F., '')",
"L2_CF": ""
Expand Down

0 comments on commit 4e01875

Please sign in to comment.