From 725b853d407d929ba0b7b0bfe23848b86205ceaa Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 8 Jul 1996 10:06:09 +0000 Subject: [PATCH] Corretto errore MI6028 git-svn-id: svn://10.65.10.50/trunk@3160 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/pagament.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cg/pagament.cpp b/cg/pagament.cpp index c02053e44..8c91dea61 100755 --- a/cg/pagament.cpp +++ b/cg/pagament.cpp @@ -1820,13 +1820,13 @@ void TPagamento::set_sheet(TSheet_field& sf, int sscad) // sf.enable_cell(0, 1, abilita); // importo // sf.enable_cell(0, 2, abilita); // in valuta // sf.enable_cell(0, 3, abilita); // percentuale + sf.force_update(); } else { sf.enable_cell(0, 1, abilita); // percentuale } - sf.force_update(); main_app().end_wait(); }