13 lines
258 B
C
Executable File
13 lines
258 B
C
Executable File
// Mod.770 - Prospetto del Quadro E1
|
|
|
|
#ifndef __PROSPE1_H
|
|
#define __PROSPE1_H
|
|
|
|
#define PRE_CODDITTA "CODDITTA"
|
|
#define PRE_CODCAUS "CODCAUS"
|
|
#define PRE_COMPENSO "COMPENSO"
|
|
#define PRE_IMPONIBILE "IMPONIBILE"
|
|
#define PRE_RITENUTA "RITENUTA"
|
|
|
|
#endif
|