diff --git a/include/campo.aut b/include/campo.aut index 0d27d82ee..346536a43 100755 --- a/include/campo.aut +++ b/include/campo.aut @@ -24,7 +24,7 @@ ca Contabilita' Analitica vd Vendita al dettaglio af Autoformazione gi Gestione ICI -is Gestione ISI +ep Effetti Passivi tc Trasferimento altre Contabilita' tm Tecnico Approv. Merci co Gestione cooperative diff --git a/include/modaut.h b/include/modaut.h index 84898fb67..af7739c7e 100755 --- a/include/modaut.h +++ b/include/modaut.h @@ -27,9 +27,10 @@ #define VDAUT 23 #define AFAUT 24 #define ICAUT 25 -#define ISAUT 26 +#define EPAUT 26 #define TCAUT 27 #define TMAUT 28 +#define COAUT 29 #define VEAUT 31 #define MGAUT 32 #define ORAUT 33 @@ -45,4 +46,4 @@ // Enterprise Edition :-) #define EEAUT 99 -#endif // __MODAUT_H \ No newline at end of file +#endif // __MODAUT_H