From 20ea1e3055ac61e60f2fa23e4bac71810cb68892 Mon Sep 17 00:00:00 2001 From: roberto Date: Wed, 5 Dec 2007 17:10:52 +0000 Subject: [PATCH] No se desglosa el importe del porte por articulo git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@36 f4e31baf-9722-1c47-927c-6f952f962d4b --- .../Views/uEditorPresupuestoCliente.dfm | 4 ++++ .../Views/uEditorPresupuestoCliente.pas | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm index e026904e..7c2396af 100644 --- a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm +++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm @@ -280,6 +280,10 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente object pagPortada: TTabSheet Caption = 'Portada' ImageIndex = 3 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object edtPortada: TcxDBRichEdit Left = 0 Top = 0 diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas index 328bfc3d..ac5bd0ae 100644 --- a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas +++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas @@ -157,7 +157,7 @@ begin else FPresupuesto.IMPORTE_PORTE := 0; - RecalcularPortePorUnidad; +// RecalcularPortePorUnidad; No se desglosa el porte por articulo en los documentos de cliente end; function TfEditorPresupuestoCliente.GetController: IPresupuestosClienteController;