diff --git a/lv/lv0400.cpp b/lv/lv0400.cpp index cef5fc787..50d0722f4 100755 --- a/lv/lv0400.cpp +++ b/lv/lv0400.cpp @@ -133,7 +133,7 @@ bool TContratti_msk::on_art_select() //ciclo i dati di interesse della riga selezionata nel dettaglio //sulla maschera principale - for (short id = F_CODART; id <= F_CODART + 35; id++) + for (short id = F_CODART; id <= F_CODART + 36; id++) { const int pos = id2pos(id); if (pos > 0) diff --git a/lv/lv0400.h b/lv/lv0400.h index 8e711105b..4d012970d 100755 --- a/lv/lv0400.h +++ b/lv/lv0400.h @@ -55,18 +55,18 @@ #define F_FIDTTEMP 515 #define F_IMPFISART 516 #define F_PREZDAN 517 -#define F_VALCONV 518 -#define F_ARTBLOC 519 -#define F_CALCCONS 520 -#define F_NOLCIC 521 -#define F_VCARTCLI 522 -#define F_MINCIC 523 -#define F_FORFPERCL 524 -#define F_CAUSLAVRIG 525 -#define F_RITAUDTTMPRIG 526 -#define F_FATTKG 527 -#define F_ARROT 528 -#define F_PPCONF 530 +#define F_VALCONV 519 +#define F_ARTBLOC 520 +#define F_CALCCONS 521 +#define F_NOLCIC 522 +#define F_VCARTCLI 523 +#define F_MINCIC 524 +#define F_FORFPERCL 525 +#define F_CAUSLAVRIG 526 +#define F_RITAUDTTMPRIG 527 +#define F_FATTKG 528 +#define F_ARROT 529 +#define F_PPCONF 531 #define S_CODART 101 #define S_DESCR 102 @@ -85,20 +85,20 @@ #define S_FIDTTEMP 115 #define S_IMPFISART 116 #define S_PREZDAN 117 -#define S_VALCONV 118 -#define S_ARTBLOC 119 -#define S_CALCCONS 120 -#define S_NOLCIC 121 -#define S_VCARTCLI 122 -#define S_MINCIC 123 -#define S_FORFPERCL 124 -#define S_CAUSLAV 125 -#define S_RITAUDTTMP 126 -#define S_FATTKG 127 -#define S_ARROT 128 -#define S_UM 129 -#define S_PPCONF 130 -#define S_PREZNOL 131 +#define S_PREZNOL 118 +#define S_VALCONV 119 +#define S_ARTBLOC 120 +#define S_CALCCONS 121 +#define S_NOLCIC 122 +#define S_VCARTCLI 123 +#define S_MINCIC 124 +#define S_FORFPERCL 125 +#define S_CAUSLAV 126 +#define S_RITAUDTTMP 127 +#define S_FATTKG 128 +#define S_ARROT 129 +#define S_UM 130 +#define S_PPCONF 131 #define S_CODCF 301 #define S_RAGSOC 302