14/12/23 - Corrección en el calclulo del limite de abordo y etiqueta de info en pedido.

- Se corrigió la subrutina que calcula el limite de abordo disponible.
- Se agregó que se muestre el total del pedido actual cuando se agregan productos al pedido.
This commit is contained in:
2023-12-14 23:15:09 -06:00
parent 1911003145
commit 166b6a56b0
27 changed files with 172 additions and 78 deletions

View File

@@ -105,7 +105,7 @@ Sub Activity_Create(FirstTime As Boolean)
SEMANA = c.GetString("CAT_VA_VALOR")
c.Close
End If
p_header.Width = Activity.Width
' p_header.Width = Activity.Width
p_mapa.Width = Activity.Width
p_mapa.GetView(0).SetLayout(0, 0, p_mapa.Width, p_mapa.Height)
End Sub