From 28673be6520172c0bffb8aa6e5433c47f45e329d Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 10 Nov 1994 11:23:39 +0000 Subject: [PATCH] Aggiunto il modulo nota integrativa ridotta git-svn-id: svn://10.65.10.50/trunk@582 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/modaut.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/modaut.h b/include/modaut.h index 4950a4c19..7448cf2cc 100755 --- a/include/modaut.h +++ b/include/modaut.h @@ -10,6 +10,7 @@ M77AUT : modulo 770 ABAUT : modulo analisi di bilancio NIAUT : modulo nota integrativa + NRAUT : modulo nota integrativa ridotta ------------------------------------------------------------------------------- */ @@ -25,5 +26,6 @@ #define M77AUT 7 #define ABAUT 20 #define NIAUT 21 -#define ENDAUT 22 +#define NRAUT 22 +#define ENDAUT 23 #endif // __MODAUT_H