Patch level : 12.0 782

Files correlati     : cg2102
Commento            : Aggiunti controlli sul tipodoc per collegamento fppro
This commit is contained in:
Simone Palacino 2019-05-03 13:27:09 +02:00
parent b32f7ebef2
commit 0667432452

View File

@ -2266,6 +2266,11 @@ void TPrimanota_application::check_fppro_fields(TMask& m)
m.hide(F_PROTFPPRO);
m.disable(DLG_LINK);
}
else if(m.get(F_TIPODOC) == "FA" && m.find_by_id(F_PROTFPPRO) != NULL && m.field(F_PROTFPPRO).hidden())
{
m.show(F_PROTFPPRO);
m.enable(DLG_LINK);
}
}
// Handler of the F_CODCAUS field on the modify mask