Patch level : fe 10.0
Files correlati : fe0.exe Ricompilazione Demo : [ ] Commento : Corretta ragionae sociale delle ditte individuali git-svn-id: svn://10.65.10.50/branches/R_10_00@22521 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a92ca91767
commit
b311482c05
@ -123,8 +123,10 @@ bool TAnagrafica::init(const TRectype& rec)
|
||||
break;
|
||||
case LF_NDITTE:
|
||||
{
|
||||
const bool good = init(LF_ANAG, rec.get_char(NDT_TIPOA), rec.get_long(NDT_CODANAGR));
|
||||
_ragsoc = rec.get(NDT_RAGSOC);
|
||||
const char tipoa = rec.get_char(NDT_TIPOA);
|
||||
const bool good = init(LF_ANAG, tipoa, rec.get_long(NDT_CODANAGR));
|
||||
if (tipoa == 'G')
|
||||
_ragsoc = rec.get(NDT_RAGSOC);
|
||||
return good;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user