arreglado bug de no agregar precios en saldar cuenta y conlcuir envio

This commit is contained in:
Michael Robles
2024-07-02 14:08:39 -07:00
parent eb59d05294
commit de494fc86d
15 changed files with 45 additions and 15 deletions
+2 -1
View File
@@ -98,11 +98,12 @@
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox1.Image = global::compabetov2.Properties.Resources.cancel1;
this.pictureBox1.Location = new System.Drawing.Point(3, 2);
this.pictureBox1.Location = new System.Drawing.Point(777, 105);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(112, 77);
this.pictureBox1.TabIndex = 23;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click_1);
//
// RegistroVentas
//