16/12/23 - Correccion de qu cuando se envía pedido no mandaba "INFO OK"

This commit is contained in:
2023-12-16 22:04:38 -06:00
parent 3efdd92ffa
commit 7f867fac04
6 changed files with 29 additions and 20 deletions

View File

@@ -252,7 +252,7 @@ Sub b_prodMenos_Click
End Sub
Sub b_prodMas_Click
LogColor($"prodmas clic "$,Colors.Magenta)
' LogColor($"prodmas clic "$,Colors.Magenta)
If totalProds < prodsVarReq + tpf Then
Dim index As Int = clv_prodsVariabes.GetItemFromView(Sender)
Dim pnl0 As B4XView = clv_prodsVariabes.GetPanel(index)