Patch level : 12.0 612

Files correlati     : cg
Commento            :
- Sistemato campo Riferimento Amministrazione per FP
- Abilitate tabelle vendite con modulo FP
This commit is contained in:
Mattia Tollari 2018-07-24 16:09:03 +02:00
parent 5f83fb1500
commit 0a323b2c6f
2 changed files with 2 additions and 2 deletions

View File

@ -720,7 +720,7 @@ HIDDEN bool contrlav_handler(TMask_field& f, KEY key)
void TClifo_application::on_config_change()
{
TConfig cnf(CONFIG_DITTA, "cg");
_gesven = !_has_cg || (cnf.get_bool("GesVen") || main_app().has_module(PAAUT));
_gesven = !_has_cg || (cnf.get_bool("GesVen") || main_app().has_module(PAAUT) || main_app().has_module(FPAUT));
_gessal = !_has_cg || cnf.get_bool("GesSal");
_lbcn = cnf.get_bool("GsLbCn");
_liscatven = cnf.get_bool("GESLISCV", "ve");

View File

@ -1677,7 +1677,7 @@ STRING F_PARIFAMM 20
BEGIN
PROMPT 27 19 "Riferimento amministrazione "
FLAGS "U"
MODULES PA
MODULES PA,FP
HELP "Codice del cedente presso l'amministrazione"
FIELD LF_CFVEN->PARIFAMM
END