From 076c21b431ee36676634e8be9ebb35167a4f21eb Mon Sep 17 00:00:00 2001 From: david Date: Fri, 4 Jan 2008 17:14:30 +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.Tecsitel_FactuGES2/trunk@203 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- 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..2d4a816a 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;