mirror of
https://github.com/KeymonSoft/Durakelo.git
synced 2026-04-19 20:29:16 +00:00
- Se reactivo la encuensta de Unilever
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user