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
This commit is contained in:
roberto 2007-12-05 17:10:52 +00:00
parent 3d73f8a9c4
commit 20ea1e3055
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;