Patch level : 10.0 212
Files correlati : cg0.EXE Ricompilazione Demo : [ ] Commento : MOdificati i controlli sulla mancanza di partita IVA e Codice Fiscale dei Clienti/ Fornitori vengono ora effettuati in fase di registrazione git-svn-id: svn://10.65.10.50/trunk@18058 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
795f4cdcba
commit
3554aed558
@ -240,7 +240,7 @@ HIDDEN bool cofi_handler(TMask_field& f, KEY key)
|
|||||||
m.set(F_TIPOPERS, isdigit(s1[0]) ? "G" : "F");
|
m.set(F_TIPOPERS, isdigit(s1[0]) ? "G" : "F");
|
||||||
}
|
}
|
||||||
const int alleg = m.get_int(F_ALLEG);
|
const int alleg = m.get_int(F_ALLEG);
|
||||||
if (alleg != 4)
|
if (!m.query_mode() && key == K_ENTER && alleg != 4)
|
||||||
{
|
{
|
||||||
ok = no_dup_fis(f, key);
|
ok = no_dup_fis(f, key);
|
||||||
if (ok)
|
if (ok)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user