mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-22 12:20:09 +00:00
- Se puso la misam fecha en inicio y fin de los eventos del "Motivo de no venta"
This commit is contained in:
@@ -39,7 +39,7 @@ Private Sub B4XPage_Created (Root1 As B4XView)
|
||||
label2 = ListView1.TwoLinesLayout.SecondLabel
|
||||
label2.TextSize = 13
|
||||
label2.TextColor = Colors.Black
|
||||
ListView1.AddTwoLines(c.GetString("PC_CLIENTE"),"Cantidad #"& c.GetString("PC_NOART")& " SubTotal $"& NumberFormat2(c.GetString("PC_MONTO"), 1, 2, 2, True))
|
||||
ListView1.AddTwoLines(c.GetString("PC_CLIENTE"),"Cantidad #"& c.GetString("PC_NOART")& " SubTotal $"& NumberFormat2(Subs.traeTotalCliente, 1, 2, 2, True))
|
||||
Next
|
||||
End If
|
||||
Subs.centraEtiqueta(l_titulo, Root.Width)
|
||||
|
||||
Reference in New Issue
Block a user