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
|
||||
Caption = 'Portada'
|
||||
ImageIndex = 3
|
||||
ExplicitLeft = 0
|
||||
ExplicitTop = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
object edtPortada: TcxDBRichEdit
|
||||
Left = 0
|
||||
Top = 0
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user