25/10/23 - Cambios para promos x ruta.

- Se agregó que descuente en PROMOXRUTA cuando de hace clic en el botón de "Continuar".
This commit is contained in:
2023-10-25 23:22:58 -06:00
parent cbce94f584
commit 88827d0e73
3 changed files with 8 additions and 5 deletions

View File

@@ -1893,7 +1893,7 @@ Sub resdia_Click
c=B4XPages.MainPage.skmt.ExecQuery("Select SUM(HMC_TOTAL) AS TOTAL from HIST_MARCAS_CUOTAS ")
c.Position = 0
If c.GetString("TOTAL") > 0 Then
L_NES.Text = ROUND(c.GetString("TOTAL") / 25)
L_NES.Text = Round(c.GetString("TOTAL") / 25)
Else
L_NES.Text = c.GetString("TOTAL")