From 80c11fbbd37f338ae649d7c00083aaabfb237d77 Mon Sep 17 00:00:00 2001 From: fedpo Date: Fri, 29 Nov 2024 02:48:47 +0000 Subject: [PATCH] fix: se redondea solo --- Vista/FrmFactura.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vista/FrmFactura.Designer.cs b/Vista/FrmFactura.Designer.cs index d0269c9..1c20b19 100644 --- a/Vista/FrmFactura.Designer.cs +++ b/Vista/FrmFactura.Designer.cs @@ -93,6 +93,7 @@ // // numtotal // + numtotal.DecimalPlaces = 2; numtotal.Enabled = false; numtotal.Location = new Point(202, 351); numtotal.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 }); @@ -164,6 +165,7 @@ // numCantidad // numCantidad.Location = new Point(586, 355); + numCantidad.Maximum = new decimal(new int[] { 1000, 0, 0, 0 }); numCantidad.Name = "numCantidad"; numCantidad.Size = new Size(120, 23); numCantidad.TabIndex = 13;