diff --git a/Ventas/vender.cs b/Ventas/vender.cs index 85d214a..f15eed1 100644 --- a/Ventas/vender.cs +++ b/Ventas/vender.cs @@ -426,6 +426,7 @@ namespace compabetov2 MessageBox.Show("Venta hecha"); eliminarProductosTocket(); llenarLayout(); + } } else @@ -751,6 +752,7 @@ namespace compabetov2 flowLayoutPanel1.Controls.Remove(c); } label1.Text = "Total: 0"; + txtbusqueda.Text = ""; } } } diff --git a/bin/Debug/compabetov2.exe b/bin/Debug/compabetov2.exe index ae4804b..04da98a 100644 Binary files a/bin/Debug/compabetov2.exe and b/bin/Debug/compabetov2.exe differ diff --git a/bin/Debug/compabetov2.pdb b/bin/Debug/compabetov2.pdb index 4b5c2f8..d4fd611 100644 Binary files a/bin/Debug/compabetov2.pdb and b/bin/Debug/compabetov2.pdb differ diff --git a/bin/Debug/data.db b/bin/Debug/data.db index a0eb90d..7f5c100 100644 Binary files a/bin/Debug/data.db and b/bin/Debug/data.db differ diff --git a/obj/Debug/compabetov2.exe b/obj/Debug/compabetov2.exe index ae4804b..04da98a 100644 Binary files a/obj/Debug/compabetov2.exe and b/obj/Debug/compabetov2.exe differ diff --git a/obj/Debug/compabetov2.pdb b/obj/Debug/compabetov2.pdb index 4b5c2f8..d4fd611 100644 Binary files a/obj/Debug/compabetov2.pdb and b/obj/Debug/compabetov2.pdb differ