From 2f0ca704d82f2cd72705610a2a037425f6a77ed2 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 15 Jan 2008 11:48:50 +0000 Subject: [PATCH] =?UTF-8?q?Adaptaci=C3=B3n=20a=20DA5=20en=20la=20funci?= =?UTF-8?q?=C3=B3n=20de=20duplicar=20registros.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@100 f4e31baf-9722-1c47-927c-6f952f962d4b --- Source/Base/Utiles/uDataTableUtils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Base/Utiles/uDataTableUtils.pas b/Source/Base/Utiles/uDataTableUtils.pas index 76e67f34..a4ed8d0f 100644 --- a/Source/Base/Utiles/uDataTableUtils.pas +++ b/Source/Base/Utiles/uDataTableUtils.pas @@ -529,7 +529,7 @@ begin begin case ATarget.MasterMappingMode of //mmDataRequest: //Sin hacer; - mmParams: begin + mmParams, mmWhere: begin //Creamos la lista de campos foreing key ADetailFields := TStringList.Create; ADetailFields.Sorted := True;