Patch level : 12.0 1056

Files correlati     :  ve0.exe

corretta la disabilitazione dell' unità di misura nell'immissione documenti.
This commit is contained in:
Alessandro Bonazzi 2021-04-16 21:28:12 +02:00
parent 6c3adb21ef
commit 1b316647ef
2 changed files with 1 additions and 4 deletions

View File

@ -798,8 +798,6 @@ void TDocumento_mask::configura_sheet(TSheet_field& sheet)
}
}
}
if (!to_delete[sheet.cid2index(FR_CODDEP)])
sheet.enable_column(FR_CODDEP, _ges_dep && _ges_mag);
if (!to_delete[sheet.cid2index(FR_CODMAG)])

View File

@ -2467,8 +2467,7 @@ bool sppr_handler( TMask_field& f, KEY key )
row_mask.fld(pos).show(!perc_fl);
row_mask.fld(pos).enable(!perc_fl);
s.enable_cell(s.selected(), s.cid2index(FR_UMQTASP), !perc_fl);
}
}
pos = row_mask.id2pos(FR_PREZZO);
if (pos >= 0)
{