Corretto calcolo situazione sanitaria soggetto
Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@6271 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									889cf1275f
								
							
						
					
					
						commit
						e9c99d6003
					
				@ -239,7 +239,7 @@ void con_reord(TRectype& soggetto, TRecord_array* controlli, TRecord_array* idon
 | 
				
			|||||||
		TString16 stato = soggetto.get(SOG_STATO);
 | 
							TString16 stato = soggetto.get(SOG_STATO);
 | 
				
			||||||
		char modstato = modstato_tcs(stato);
 | 
							char modstato = modstato_tcs(stato);
 | 
				
			||||||
		//if ((statosi == IDONEITA || statosi.empty()) && (statoaf == IDONEITA || statoaf.empty()))
 | 
							//if ((statosi == IDONEITA || statosi.empty()) && (statoaf == IDONEITA || statoaf.empty()))
 | 
				
			||||||
		if ((statosi == IDONEITA || statosi.empty()) || (statoaf == IDONEITA || statoaf.empty()))		
 | 
							if ((statosi == IDONEITA) || (statoaf == IDONEITA))		
 | 
				
			||||||
	  	if ((modstato != 'I') || (modstato != 'F'))
 | 
						  	if ((modstato != 'I') || (modstato != 'F'))
 | 
				
			||||||
	  		stato = IDONEITA;
 | 
						  		stato = IDONEITA;
 | 
				
			||||||
		if ((statosi == SOSPENSIONE || statosi.empty()) && (statoaf == SOSPENSIONE || statoaf.empty()))
 | 
							if ((statosi == SOSPENSIONE || statosi.empty()) && (statoaf == SOSPENSIONE || statoaf.empty()))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user