- VERSION 5.03.02

- Se quito el "Cerrado permanente" de NoVenta.
This commit is contained in:
2025-03-04 16:22:58 -06:00
parent 720ec7fd6d
commit 9a15dd5246
5 changed files with 7 additions and 8 deletions

View File

@@ -982,7 +982,6 @@ Private Sub b_pedidoYalo_Click
cs.Initialize
lv_yalo.AddSingleLine(cs.Size(13).Color(Colors.DarkGray).append(rs.GetString("PY_PRODNOMBRE") & " - Cant: " & rs.GetString("PY_CANT")).popAll)
Loop
p_transYalo.Visible = True
End Sub