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:
parent
3d73f8a9c4
commit
20ea1e3055
@ -280,6 +280,10 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente
|
|||||||
object pagPortada: TTabSheet
|
object pagPortada: TTabSheet
|
||||||
Caption = 'Portada'
|
Caption = 'Portada'
|
||||||
ImageIndex = 3
|
ImageIndex = 3
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 0
|
||||||
|
ExplicitWidth = 0
|
||||||
|
ExplicitHeight = 0
|
||||||
object edtPortada: TcxDBRichEdit
|
object edtPortada: TcxDBRichEdit
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
|
|||||||
@ -157,7 +157,7 @@ begin
|
|||||||
else
|
else
|
||||||
FPresupuesto.IMPORTE_PORTE := 0;
|
FPresupuesto.IMPORTE_PORTE := 0;
|
||||||
|
|
||||||
RecalcularPortePorUnidad;
|
// RecalcularPortePorUnidad; No se desglosa el porte por articulo en los documentos de cliente
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TfEditorPresupuestoCliente.GetController: IPresupuestosClienteController;
|
function TfEditorPresupuestoCliente.GetController: IPresupuestosClienteController;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user