conto.cpp Tolto linkrekinst = FALSE dalla dichiarazione di un TLocalisamfile
git-svn-id: svn://10.65.10.50/trunk@4230 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									2855c57074
								
							
						
					
					
						commit
						e2d72a6463
					
				@ -223,7 +223,7 @@ bool TBill::find()
 | 
				
			|||||||
  else
 | 
					  else
 | 
				
			||||||
    if ((_tipo == 'C' || _tipo == 'F') && _sottoconto != 0L)
 | 
					    if ((_tipo == 'C' || _tipo == 'F') && _sottoconto != 0L)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      TLocalisamfile clifo(LF_CLIFO, FALSE);
 | 
					      TLocalisamfile clifo(LF_CLIFO);
 | 
				
			||||||
      clifo.setkey(1);
 | 
					      clifo.setkey(1);
 | 
				
			||||||
      clifo.put("TIPOCF", _tipo);
 | 
					      clifo.put("TIPOCF", _tipo);
 | 
				
			||||||
      clifo.put("CODCF", _sottoconto);
 | 
					      clifo.put("CODCF", _sottoconto);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user