f7e109f7a4
Files correlati : ve0.exe ve2.exe Ricompilazione Demo : [ ] Commento : Bug 0001838: Aggiungere descrizione alternativa nei codici corrispondenti Aggiungere descrizione alternativa nei codici corrispondenti in modo tale da poter ricodificare l'articolo e la descrizione con quelle volute dal cliente git-svn-id: svn://10.65.10.50/branches/R_10_00@22013 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
470 B
C
Executable File
18 lines
470 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"
|
|
#define CODCORR_DESCR "DESCR"
|
|
|
|
#endif
|