Se comenta la liberación de FRecibosCompensadosLink en clase BizRecibosCliente/Proveedor (ocasiona errores aleatorios en remesas de clientes/Proveedor)

git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@586 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
roberto 2014-02-20 15:11:57 +00:00
parent 8fe2f523dc
commit 00f20722e4
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,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;

View File

@ -224,7 +224,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;