Cosmesi
git-svn-id: svn://10.65.10.50/branches/R_10_00@22885 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									577159c75e
								
							
						
					
					
						commit
						49e713ff12
					
				@ -197,7 +197,7 @@ TObject* TBuoni_cache::key2obj(const char* key)
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
      doc->put(DOC_DATADOC, datagen);
 | 
					      doc->put(DOC_DATADOC, datagen);
 | 
				
			||||||
	    //modifica 18/03/2010 richiesta da Diana2000 per i clienti che consegnano tutti i giorni
 | 
						    //modifica 18/03/2010 richiesta da Diana2000 per i clienti che consegnano tutti i giorni
 | 
				
			||||||
	    if(ini_get_bool(CONFIG_DITTA, "lv", "ConDom"))
 | 
						    if (ini_get_bool(CONFIG_DITTA, "lv", "ConDom"))
 | 
				
			||||||
	    {
 | 
						    {
 | 
				
			||||||
		    TDate datacon(TODAY); ++datacon;
 | 
							    TDate datacon(TODAY); ++datacon;
 | 
				
			||||||
		    if(datacon.wday() == 7)
 | 
							    if(datacon.wday() == 7)
 | 
				
			||||||
@ -211,7 +211,7 @@ TObject* TBuoni_cache::key2obj(const char* key)
 | 
				
			|||||||
    doc->put(DOC_TIPOCF, 'C');
 | 
					    doc->put(DOC_TIPOCF, 'C');
 | 
				
			||||||
    doc->put(DOC_CODCF, codcf);
 | 
					    doc->put(DOC_CODCF, codcf);
 | 
				
			||||||
    doc->put(DOC_CODCONT, codcont);
 | 
					    doc->put(DOC_CODCONT, codcont);
 | 
				
			||||||
    if(codindsp > 0)    
 | 
					    if (codindsp > 0)    
 | 
				
			||||||
      doc->put(DOC_CODINDSP, codindsp);
 | 
					      doc->put(DOC_CODINDSP, codindsp);
 | 
				
			||||||
    doc->put(DOC_CODPAG, codpag);
 | 
					    doc->put(DOC_CODPAG, codpag);
 | 
				
			||||||
    doc->put(DOC_CAUSMAG, causmag);
 | 
					    doc->put(DOC_CAUSMAG, causmag);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user