cambios menores

This commit is contained in:
carlos
2024-01-31 22:50:01 -06:00
parent b7bfa356a2
commit 748de89aa5
6 changed files with 2 additions and 0 deletions
+2
View File
@@ -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 = "";
}
}
}