From 0ac2bc7adeb56d0e98b4f7fe220ad055f339ec9a Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Sun, 17 Oct 2021 10:07:40 +0200 Subject: [PATCH] Patch level : 12.0 1086 Files correlati : ci1300ab.rep ci1300bb.rep ci1300a.rep ci1300a.msk ci1300b.rep ci1.exe Commento : Aggiunti report per beneficiario alla stampa ore per risorsa/attrezzatura aggiunto logo del beneficiario sintassi da mettere nel prescript del campo immagine : LOGO_BENEF #THIS ! L'Id dell'immagine deve essere LOGO+ --- src/include/report.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/report.cpp b/src/include/report.cpp index 040775329..bf713e970 100755 --- a/src/include/report.cpp +++ b/src/include/report.cpp @@ -3221,7 +3221,7 @@ void TReport::msg_firm(TVariant_stack& stack) { TString intest(ditta.get(NDT_RAGSOC)); - intest << " Partita IVA " << anag.get("PAIV") << "\n" + intest << " Partita IVA " << anag.get("PAIV") << " " << anag.get(is_fisc ? ANA_INDRF : ANA_INDRES) << " " << anag.get(is_fisc ? ANA_CIVRF : ANA_CIVRES) << " " << comune.get(COM_DENCOM) << " (" << comune.get(COM_PROVCOM) << ")";