- Se reactivo la encuensta de Unilever

This commit is contained in:
Jose Alberto Guerra Ugalde
2024-07-01 10:59:43 -06:00
parent 6c6b183780
commit ae2e062f8a
4 changed files with 13 additions and 13 deletions

View File

@@ -2468,7 +2468,7 @@ Sub Resumen_Click
If E1.GetString("CUANTOS") > 0 Then
c=skmt.ExecQuery2("Select sum(PE_COSTO_TOT) As MONTO_DIA from pedido where PE_TIPO = ?", Array As String("VENTA"))
c.Position = 0
L_VENTA.Text = numberformat2(c.GetString("MONTO_DIA"), 1, 2, 2, true)
L_VENTA.Text = NumberFormat2(c.GetString("MONTO_DIA"), 1, 2, 2, True)
c.Close
Else
L_VENTA.Text = 0