Files correlati : ca0.exe ca2.exe Ricompilazione Demo : [ ] Commento : Bug 0001669: Aggiungere un conto di contabilità di default alle commesse Aggiungere un conto di contabilità di default alle commesse git-svn-id: svn://10.65.10.50/trunk@20665 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			12 lines
		
	
	
		
			283 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			283 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __CDC_H
 | |
| #define __CDC_H
 | |
| 
 | |
| #define CDC_CODCOSTO    "CODCOSTO"
 | |
| #define CDC_DESCRIZ     "DESCRIZ"
 | |
| #define CDC_DESCRAGG    "DESCRAGG"
 | |
| #define CDC_ADDETTI     "ADDETTI"
 | |
| #define CDC_GESTFASI    "GESTFASI"
 | |
| #define CDC_APPOGGIO    "APPOGGIO"
 | |
| #define CDC_CODCONTO    "CODCONTO"
 | |
| 
 | |
| #endif |