diff --git a/cg/cg0200.cpp b/cg/cg0200.cpp index e12188dfe..6d85016f0 100755 --- a/cg/cg0200.cpp +++ b/cg/cg0200.cpp @@ -200,7 +200,7 @@ HIDDEN bool cofi_handler(TMask_field& f, KEY key) HIDDEN bool paiv_handler(TMask_field& f, KEY key) -{ +{ if (f.to_check(key) && f.mask().get(F_ALLEG) != "4") return no_dup_iva(f, key); return TRUE; @@ -404,6 +404,8 @@ int TClifo_application::read(TMask& m) { TRelation_application::read(m); + m.field(F_COFI).set_dirty(3); + m.field(F_PAIV).set_dirty(3); if (_gesven) { TToken_string riga(240);