Patch level : 12.0 1112
Files correlati : cg5.exe Commento : Corretta l'abilitazione dell'importo compensato in iVA
This commit is contained in:
		
							parent
							
								
									8d72a093e9
								
							
						
					
					
						commit
						2ef6189293
					
				@ -1664,7 +1664,7 @@ void Visliq_app::read_general(TMask& m)
 | 
				
			|||||||
				bool enable_date = r1 != ZERO;
 | 
									bool enable_date = r1 != ZERO;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				sh.set_row_cell(S_CREDIVA, criva, row);
 | 
									sh.set_row_cell(S_CREDIVA, criva, row);
 | 
				
			||||||
				sh.enable_cell(row, S_CREDIVA, debcred3 == "D");
 | 
									sh.enable_cell(row, S_CREDIVA, criva > ZERO ? debcred1 == "D" : debcred3 == "D");
 | 
				
			||||||
				sh.set_row_cell(S_CREDF24PRE, crf24, row);
 | 
									sh.set_row_cell(S_CREDF24PRE, crf24, row);
 | 
				
			||||||
				sh.set_row_cell(S_CREDF24, autf24, row);
 | 
									sh.set_row_cell(S_CREDF24, autf24, row);
 | 
				
			||||||
				enable_date |= autf24 != ZERO;
 | 
									enable_date |= autf24 != ZERO;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user