VERSION 6.01.01

This commit is contained in:
Javier
2026-01-15 08:37:45 -06:00
parent dde7af5066
commit 064195822c
7 changed files with 43 additions and 36 deletions

View File

@@ -1088,7 +1088,7 @@ Sub GUADAVENTA2
mandaPendientePagare
b_inicioFinVenta.Text = "TERMINAR VENTA"
If la_cuenta.Text <> "0" Then 'Si es ABORDO, no mostramos el boton b_inicioFinVenta y regresamos a Principal.
If la_cuenta.Text <> "0" OR la_cuenta.Text <> "1" Then 'Si es ABORDO, no mostramos el boton b_inicioFinVenta y regresamos a Principal.
b_inicioFinVenta.Visible = True
b_inicioFinVenta.BringToFront
Guardar.SendToBack