Patch level : 10.946

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Bug 0001786: Tabella stati (ba3 -0 %STA)

Aggiungere i campi booleani nazione a fiscalità agevolata e San Marino


git-svn-id: svn://10.65.10.50/branches/R_10_00@21722 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2011-02-28 16:36:38 +00:00
parent f1e54e8a07
commit ea6203f794
2 changed files with 14 additions and 0 deletions

View File

@ -4,3 +4,5 @@
#define FLD_TABSTA_S7_TABVAL_S0 103
#define FLD_TABSTA_S2 104
#define DLG_DEL 105
#define F_BLACKLIST 106
#define F_SANMARINO 107

View File

@ -78,6 +78,18 @@ BEGIN
HELP "Nazionalita' corrispondente a questo stato"
END
BOOLEAN F_BLACKLIST
BEGIN
PROMPT 2 13 "Paese a fiscalità agevolata"
FIELD B0
END
BOOLEAN F_SANMARINO
BEGIN
PROMPT 2 15 "San Marino"
FIELD B1
END
ENDPAGE
ENDMASK