From f5135bdd600cb90d39187d55a10dee4c134b4f2d Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 4 Nov 1994 16:54:55 +0000 Subject: [PATCH] Aggiunto riposizionamento sulla ditta originale git-svn-id: svn://10.65.10.50/trunk@536 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg4300.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cg/cg4300.cpp b/cg/cg4300.cpp index 968dfff6f..ba2697c9c 100755 --- a/cg/cg4300.cpp +++ b/cg/cg4300.cpp @@ -97,7 +97,10 @@ void CG4300_App::user_create() _del_tipo = new TRecfield(*_del_r,"CODTAB",11,11); + long firm = TApplication::get_firm(); + pnd.addstatus(1); + for (_nditte->first(); !_nditte->eof(); _nditte->next()) { @@ -116,6 +119,8 @@ void CG4300_App::user_create() } pnd.addstatus(1); + + TApplication::set_firm(firm); set_real_picture(REAL_PICTURE); }