Patch level : 12.0 654
Files correlati : ve Commento : Corretta visualizzazione codice SDI nello Sheet
This commit is contained in:
parent
146d1af533
commit
4784a740f3
@ -225,7 +225,10 @@ void TPA_mask::fill()
|
||||
row.add(rec.get(DOC_ANNO).as_int(), 1);
|
||||
row.add(rec.get(DOC_CODNUM).as_string());
|
||||
row.add(rec.get(DOC_TIPODOC).as_string());
|
||||
row.add(td.tipo_doc_sdi());
|
||||
if (!rec.get(DOC_TIPODOCSDI).is_empty())
|
||||
row.add(rec.get(DOC_TIPODOCSDI).as_string());
|
||||
else
|
||||
row.add(td.tipo_doc_sdi());
|
||||
row.add(rec.get(DOC_NDOC).as_int());
|
||||
row.add(rec.get(DOC_DATADOC).as_date());
|
||||
row.add(rec.get(CFV_CODCF).as_int());
|
||||
|
Loading…
x
Reference in New Issue
Block a user