Se comenta la liberación de FRecibosCompensadosLink en clase BizRecibosCliente/Proveedor (ocasiona errores aleatorios en remesas de clientes/proveedores)
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1100 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
b5be3112ce
commit
a523af464a
@ -181,7 +181,7 @@ begin
|
|||||||
FPagos := NIL;
|
FPagos := NIL;
|
||||||
FRecibosCompensados := Nil;
|
FRecibosCompensados := Nil;
|
||||||
FreeAndNIL(FPagosLink);
|
FreeAndNIL(FPagosLink);
|
||||||
FreeAndNIL(FRecibosCompensadosLink);
|
// FreeAndNIL(FRecibosCompensadosLink);
|
||||||
FSeleccionableInterface := NIL;
|
FSeleccionableInterface := NIL;
|
||||||
inherited;
|
inherited;
|
||||||
end;
|
end;
|
||||||
|
|||||||
@ -175,7 +175,7 @@ begin
|
|||||||
FPagos := NIL;
|
FPagos := NIL;
|
||||||
FRecibosCompensados := Nil;
|
FRecibosCompensados := Nil;
|
||||||
FreeAndNIL(FPagosLink);
|
FreeAndNIL(FPagosLink);
|
||||||
FreeAndNIL(FRecibosCompensadosLink);
|
// FreeAndNIL(FRecibosCompensadosLink);
|
||||||
FSeleccionableInterface := NIL;
|
FSeleccionableInterface := NIL;
|
||||||
inherited;
|
inherited;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user