Patch level : 10.962

Files correlati     :  ve0.exe
Ricompilazione Demo : [ ]
Commento            :

Bug 		0001824: Proposta CUP e CIG - Documenti Interattivi - (ve0)

Se il codice commessa e' formato da piu' campi non viene decodificato il cup del codice completo


git-svn-id: svn://10.65.10.50/branches/R_10_00@21860 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2011-03-30 23:36:40 +00:00
parent a812862374
commit 1453794651

View File

@ -2651,7 +2651,7 @@ bool cdc_mag_handler(TMask_field& f, KEY key)
bool codcms_handler(TMask_field& f, KEY key)
{
TDocumento_mask& mask = (TDocumento_mask&)f.mask();
const TRectype& curr = mask.efield(mask.cms_start()).browse()->cursor()->curr();
const TRectype& curr = mask.efield(mask.cms_end()).browse()->cursor()->curr();
const TString codcms = curr.get(COMMESSE_CODCMS);
if (f.to_check(key, TRUE))