From e2b99a5a17fdf2bc069f8acd6f85bd032171c0da Mon Sep 17 00:00:00 2001 From: luca83 Date: Tue, 16 Jun 2009 09:00:11 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:=2010.?= =?UTF-8?q?0=20patch=20344=20Files=20correlati=20=20=20=20=20:=20lv0=20Ric?= =?UTF-8?q?ompilazione=20Demo=20:=20[=20]=20Commento=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20:=200001369:=20Campo=20Tipo=20Forfait=20sui=20co?= =?UTF-8?q?ntratti=20forzato=20a=20"Nessuno"=20Descrizione=20=20Il=20campo?= =?UTF-8?q?=20Tipo=20forfait=20sui=20contratti=20=C3=A8=20sempre=20forzato?= =?UTF-8?q?=20a=20"Nessuno",=20e=20se=20si=20modifica,=20al=20momento=20de?= =?UTF-8?q?lla=20registrazione=20torna=20"Nessuno"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/trunk@19032 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lv0400.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lv/lv0400.cpp b/lv/lv0400.cpp index cd4de25d2..ecd58ec69 100755 --- a/lv/lv0400.cpp +++ b/lv/lv0400.cpp @@ -298,8 +298,7 @@ bool TContratti_msk::on_field_event(TOperable_field& o,TField_event e,long jolly FOR_EACH_SHEET_ROW(ss, r, row) { TToken_string& riga = ss.row(r); - //scrivo i valori alle posizioni corrette - riga.add(0, pos_tipoforf); + //abilito le celle alle posizioni corrette ss.enable_cell(r, pos_tipoforf); ss.enable_cell(r, pos_nolcic); ss.enable_cell(r, pos_vcartcli);