From 7ae80a0181215763c18570839ca5f100b9ee4f20 Mon Sep 17 00:00:00 2001 From: smen Date: Tue, 28 Feb 2023 14:12:24 +0100 Subject: [PATCH] Patch level : 12.0 Files correlati : cg Commento: In prima nota corretta leggermente la logica che fa accendere i pulsanti "Collega" e "Scollega" fattura elettronica --- src/cg/cg2100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cg/cg2100.cpp b/src/cg/cg2100.cpp index acc65fdd2..f936ade16 100755 --- a/src/cg/cg2100.cpp +++ b/src/cg/cg2100.cpp @@ -1017,7 +1017,7 @@ void TPrimanota_application::f1_init(TMask& m, const bool fe_enabled, const bool m.field(DLG_LINK).enable(fe_enabled); bool int_td16 = reverse_charge && app().causale().reg().iva() == iva_vendite && cache().get(LF_MOV, _rel->lfile().get(MOV_MOVCOLL), MOV_KEYFPPRO).full(); bool acq = _causale->reg().tipo_registro() == acquisto; - if (fe_enabled && acq) + if (acq) { if (m.get(MOV_KEYFPPRO).full()) {