From 1c58366eeefab4f64c2bd019f211981c7b1ae825 Mon Sep 17 00:00:00 2001 From: cris Date: Tue, 27 Jan 2004 08:55:07 +0000 Subject: [PATCH] Patch level : 1.7 678 Files correlati : at5.exe Ricompilazione Demo : [ ] Commento : stampa di controllo controlli sanitari: sistemato ordinamento per cognome e nome git-svn-id: svn://10.65.10.50/trunk@11725 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- at/at5100.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/at/at5100.cpp b/at/at5100.cpp index b0f86424e..7e6a6e1db 100755 --- a/at/at5100.cpp +++ b/at/at5100.cpp @@ -180,7 +180,7 @@ bool TControlloControlli::set_print(int m) chiave = "93->DATACON|"; break; case 'S': - chiave = "90->CODSEZ|90->CODSOT|93->DATACON|"; + chiave = "90->CODSEZ|90->CODSOT|"; break; } switch (_ordinamento[0]) @@ -188,6 +188,9 @@ bool TControlloControlli::set_print(int m) case 'C': chiave << "UPPER(90->COGNOME)|UPPER(90->NOME)"; break; + case 'D': + chiave << "93->DATACON"; + break; } TString80 filtro = ""; // filtro per tipo controlli