Files correlati : ve2.exe mr2.exe Ricompilazione Demo : [ ] Commento Aggiunto cliente/fornitore ai codici corrispondenti git-svn-id: svn://10.65.10.50/trunk@19158 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			17 lines
		
	
	
		
			436 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			436 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __CODCORR_H 
 | |
| #define __CODCORR_H   
 | |
| 
 | |
| #define CODCORR_CODARTALT "CODARTALT"
 | |
| #define CODCORR_NRIGA     "NRIGA"
 | |
| #define CODCORR_TIPO      "TIPO"
 | |
| #define CODCORR_CODART    "CODART"
 | |
| #define CODCORR_UM        "UM"
 | |
| #define CODCORR_LIV1      "LIV1"
 | |
| #define CODCORR_LIV2      "LIV2"
 | |
| #define CODCORR_LIV3      "LIV3"
 | |
| #define CODCORR_LIV4      "LIV4"
 | |
| #define CODCORR_TIPOCF    "TIPOCF"
 | |
| #define CODCORR_CODCF     "CODCF"
 | |
|    
 | |
| #endif        
 |