Patch level :10.0
Files correlati : Ricompilazione Demo : [ ] Commento : rimessa a posto la candela! git-svn-id: svn://10.65.10.50/branches/R_10_00@21800 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
2897f14d1a
commit
a1ce0afa88
@ -447,7 +447,7 @@ HIDDEN bool _xt_cf_val(TMask_field& f, KEY key)
|
||||
if ((p = wm.find(cf[14])) >= 0) cf[14] = '0' + p;
|
||||
int gn = atoi(cf.mid(9,2));
|
||||
|
||||
if (data.full() && ((sesso == 'F' && gn < 40) || (sesso == 'M' && gn > 40)))
|
||||
if ((sesso == 'F' && gn < 40) || (sesso == 'M' && gn > 40))
|
||||
{
|
||||
if (data.full()) // Non dare segnalazioni inutili sul sesso se manca la data di nascita
|
||||
passed = fld_sex.yesno_box(TR("Sesso incongruente col codice fiscale:\ncorrezione automatica?"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user