57c332a0d4
git-svn-id: svn://10.65.10.50/trunk@2996 c028cbd2-c16b-5b4b-a496-9718f37d4682
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
|