Eliminato un const assolutamente dimmerda
git-svn-id: svn://10.65.10.50/trunk@280 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1accdb22cf
commit
772abbb205
@ -278,7 +278,7 @@ HIDDEN bool _xt_cf_val(TEdit_field& f, KEY key)
|
|||||||
{
|
{
|
||||||
if (f.mask().query_mode()) return TRUE;
|
if (f.mask().query_mode()) return TRUE;
|
||||||
|
|
||||||
const TString16 cf(f.get());
|
TString16 cf(f.get());
|
||||||
if (cf.empty()) return f.error_box("Codice fiscale obbligatorio");
|
if (cf.empty()) return f.error_box("Codice fiscale obbligatorio");
|
||||||
|
|
||||||
if (!_cf_val(f, key)) return FALSE;
|
if (!_cf_val(f, key)) return FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user