diff --git a/ab/relana.h b/ab/relana.h index 0c34b0a2a..e60c898c8 100755 --- a/ab/relana.h +++ b/ab/relana.h @@ -4,16 +4,16 @@ #define ABRA_CODAN "CODAN" #define ABRA_ID "ID" #define ABRA_IDPADRE "IDPADRE" +#define ABRA_IDFIGLIO "IDFIGLIO" #define ABRA_IDPREC "IDPREC" #define ABRA_IDSUCC "IDSUCC" -#define ABRA_IDFIGLIO "IDFIGLIO" #define ABRA_TIPOCOD "TIPOCOD" #define ABRA_CODVC "CODVC" -#define ABRA_NCOMP "NCOMP" +#define ABRA_NCOMP "IDCOMP" #define ABRA_DESCRIZ "DESCRIZ" -#define ABRA_VOCEINCID "VOCEINCID" #define ABRA_IDCOLDICH "IDCOLDICH" #define ABRA_IDCARADD "IDCARADD" #define ABRA_USACARADD "USACARADD" +#define ABRA_VOCEINCID "VOCEINCID" #endif //_RELANA_H \ No newline at end of file diff --git a/ab/relvoci.h b/ab/relvoci.h index 11570db51..8f0af9037 100755 --- a/ab/relvoci.h +++ b/ab/relvoci.h @@ -3,8 +3,9 @@ #define ABRL_TIPOCOD "TIPOCOD" #define ABRL_CODVC "CODVC" -#define ABRL_NCOMP "NCOMP" -#define ABRL_DESCR "DESCR" +#define ABRL_NCOMP "IDCOMP" +#define ABRL_NEXTCOMP "NEXTCOMP" +#define ABRL_PREVCOMP "PREVCOMP" #define ABRL_CODCOMP "CODCOMP" diff --git a/ab/voci.h b/ab/voci.h index 948924cbd..81adb071e 100755 --- a/ab/voci.h +++ b/ab/voci.h @@ -2,8 +2,12 @@ #ifdef _VOCI_H #define ABVC_CODVC "CODVC" -#define ABVC_IDCARADD "IDCARADD" +#define ABVC_DESCR "DESCRIZ" #define ABVC_TIPOVC "TIPOVC" -#define ABVC_DESCR "DESCR" +#define ABVC_CODCBL "CODCBL" +#define ABVC_INDBIL "INDBIL" +#define ABVC_IDCARADD "IDCARADD" +#define ABVC_TVL "TVL" +#define ABVC_CLASSEVOCE "CLASSEVOCE" #endif //_VOCI_H \ No newline at end of file