Patch level : nopatch
Files correlati : Commento :
This commit is contained in:
parent
b57daa9234
commit
fbc7a87dca
@ -2416,11 +2416,9 @@ bool TDoc_fp::doc_to_paf(TDocumentoEsteso& doc)
|
|||||||
|
|
||||||
for (int i = plaf.get_plafond_row(doc, protinf, protins, dataprot, utilizzo, rif, descr, to_print, add_date); i >= 0; i = plaf.get_plafond_row(doc, protinf, protins, dataprot, utilizzo, rif, descr, to_print, add_date, i))
|
for (int i = plaf.get_plafond_row(doc, protinf, protins, dataprot, utilizzo, rif, descr, to_print, add_date); i >= 0; i = plaf.get_plafond_row(doc, protinf, protins, dataprot, utilizzo, rif, descr, to_print, add_date, i))
|
||||||
{
|
{
|
||||||
TString dichiar(descr);
|
TString dichiar(protinf);
|
||||||
|
|
||||||
dichiar << " : " << protinf;
|
dichiar << "-" << protins;
|
||||||
if (protins.full())
|
|
||||||
dichiar << "-" << protins;
|
|
||||||
reset(paf2100f);
|
reset(paf2100f);
|
||||||
paf2100f.set("PK_KEYNLINEA", static_cast<long>(riga));
|
paf2100f.set("PK_KEYNLINEA", static_cast<long>(riga));
|
||||||
paf2100f.set("PK_KEYNLINAR", _idx_adg_doc_row++);
|
paf2100f.set("PK_KEYNLINAR", _idx_adg_doc_row++);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user