git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@555 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
cb696c7ab2
commit
700748bbd2
@ -83,12 +83,11 @@ inherited frViewDetallesPresupuestoCliente: TfrViewDetallesPresupuestoCliente
|
||||
inherited cxGridView: TcxGridDBTableView
|
||||
inherited cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn
|
||||
DataBinding.FieldName = ''
|
||||
Visible = False
|
||||
VisibleForCustomization = False
|
||||
end
|
||||
end
|
||||
end
|
||||
inherited TBXDock1: TTBXDock
|
||||
Top = 95
|
||||
ExplicitTop = 68
|
||||
end
|
||||
end
|
||||
|
||||
@ -25,7 +25,6 @@ type
|
||||
end;
|
||||
|
||||
TfrViewDetallesPresupuestoCliente = class(TfrViewDetallesArticulosParaVenta, IViewDetallesPresupuestoCliente)
|
||||
procedure BitBtn1Click(Sender: TObject);
|
||||
protected
|
||||
FPresupuesto: IBizPresupuestoCliente;
|
||||
function GetPresupuesto: IBizPresupuestoCliente;
|
||||
@ -56,12 +55,6 @@ begin
|
||||
(Controller as IDetallesPresupuestoClienteController).AnadirArticulos(Detalles, Presupuesto.Cliente);
|
||||
end;
|
||||
|
||||
procedure TfrViewDetallesPresupuestoCliente.BitBtn1Click(Sender: TObject);
|
||||
begin
|
||||
inherited;
|
||||
FPresupuesto.Detalles.Insert;
|
||||
end;
|
||||
|
||||
function TfrViewDetallesPresupuestoCliente.GetPresupuesto: IBizPresupuestoCliente;
|
||||
begin
|
||||
Result := FPresupuesto;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user