Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@19731 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2009-12-04 15:28:35 +00:00
parent 1c8e484b63
commit 9b91c8148b

@ -503,11 +503,13 @@ bool TGestione_buoni_msk::set_righe_buono_handler(TMask_field& f, KEY k)
FOR_EACH_SHEET_ROW(sheet, i, riga)
{
if (riga->get_int(poscons) == riga->get_int(posdacons))
TString rif = riga->get(posrif);
if (riga->get_int(poscons) == riga->get_int(posdacons) && rif.full())
{
sheet.disable_row(i);
continue;
}
sheet.disable_cell(i, poscons);
sheet.disable_cell(i, pospacchi);
sheet.disable_cell(i, posdotod);