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
This commit is contained in:
smen 2023-02-28 14:12:24 +01:00
parent 55678b4170
commit 7ae80a0181

View File

@ -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())
{