Patch level : 10.0 patch 276

Files correlati     : lv0.exe
Ricompilazione Demo : [ ]
Commento            :
Corretta gestione campo "Prezzo Nolo" sullo sheet delle righe contratto, con conseguente risistemazione di tutti i campi successivi


git-svn-id: svn://10.65.10.50/trunk@18666 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2009-04-06 10:54:43 +00:00
parent 3a739643c9
commit 139babd5da
2 changed files with 27 additions and 27 deletions

View File

@ -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)

View File

@ -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