From 307604602100a63f90bebfad2abcc27d5cba30e5 Mon Sep 17 00:00:00 2001 From: luca83 Date: Tue, 9 Dec 2008 12:09:36 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:=2010.?= =?UTF-8?q?0=20Files=20correlati=20=20=20=20=20:=20lv0=20Ricompilazione=20?= =?UTF-8?q?Demo=20:=20[=20]=20Commento=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?:=200000953:=20Passaggi=20per=20contratto-non=20si=20riesce=20a?= =?UTF-8?q?=20cancellare=20il=20passaggio=20per=20contratto=20Description?= =?UTF-8?q?=20=09Non=20si=20riesce=20a=20cancellare=20il=20passaggio=20per?= =?UTF-8?q?=20contratto=20quando=20=C3=A8=20un=20unico=20record.=20Per=20f?= =?UTF-8?q?are=20prova=20alt-=20e=20poi=20tasto=20registra...riappare=20re?= =?UTF-8?q?cord?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/trunk@17832 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lv0500.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv/lv0500.cpp b/lv/lv0500.cpp index 95cd301d6..d7a6dcd98 100755 --- a/lv/lv0500.cpp +++ b/lv/lv0500.cpp @@ -290,7 +290,7 @@ int TPass_plan_contr::rewrite(const TMask& m) //variabili per lavorare sugli sheet TSheet_field& pasplan = _mask->sfield(F_PASPLAN); - if (pasplan.items() > 0) + if (pasplan.items() >= 0) err_1 = write_pasplan(pasplan,codcli,codcont); TSheet_field& ps = m.sfield(F_PERSOSP);