Corregido error en unidades subidas.
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@295 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
b68b3e630a
commit
38f46dea84
@ -50,8 +50,6 @@ type
|
||||
function ExtraerSeleccionados(ARecibosCliente: IBizFacturaCliente) : IBizFacturaCliente;
|
||||
|
||||
procedure CopiarDireccion (const ADireccionEnvio: IBizDireccionesContacto; AFactura: IBizFacturaCliente);
|
||||
|
||||
procedure SetIdSubcuenta (AFactura: IBizFacturaCliente; const IdSubCuenta: Integer);
|
||||
procedure SetIgnorarContabilidad (AFactura: IBizFacturaCliente; const Ignorar: Integer);
|
||||
end;
|
||||
|
||||
@ -115,7 +113,6 @@ type
|
||||
|
||||
procedure CopiarDireccion (const ADireccionEnvio: IBizDireccionesContacto; AFactura: IBizFacturaCliente);
|
||||
|
||||
procedure SetIdSubcuenta (AFactura: IBizFacturaCliente; const IdSubCuenta: Integer);
|
||||
procedure SetIgnorarContabilidad (AFactura: IBizFacturaCliente; const Ignorar: Integer);
|
||||
end;
|
||||
|
||||
|
||||
@ -276,8 +276,9 @@ begin
|
||||
bEsNuevo := FFactura.EsNuevo;
|
||||
|
||||
{$IFDEF CONTABILIDAD}
|
||||
FFactura.Edit;
|
||||
FFactura.ID_SUBCUENTA := frViewListaSubCuentas1.IdSubCuenta;
|
||||
FController.SetIgnorarContabilidad(FFactura, frViewListaSubCuentas1.eContabilizar.EditValue);
|
||||
FController.SetIdSubcuenta(FFactura, frViewListaSubCuentas1.IdSubCuenta);
|
||||
{$ENDIF}
|
||||
|
||||
FController.Guardar(FFactura);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user