mirror of
https://github.com/KeymonSoft/Guna_Preventa.git
synced 2026-04-17 21:06:32 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user