From 6b7ba8234bb9ae8d26efdff17f393dbb6ed1c24c Mon Sep 17 00:00:00 2001
From: alex <alex@c028cbd2-c16b-5b4b-a496-9718f37d4682>
Date: Fri, 3 Sep 2004 13:55:30 +0000
Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:=202.1?=
 =?UTF-8?q?=20106=20Files=20correlati=20=20=20=20=20:=20ba1.exe=20Ricompil?=
 =?UTF-8?q?azione=20Demo=20:=20[=20]=20Commento=20=20=20=20=20=20=20=20=20?=
 =?UTF-8?q?=20=20=20:=20I=20campi=20personalizzati=20sui=20traccati=20reco?=
 =?UTF-8?q?rd=20(aggiunti=20nella=20versione=202.0)=20non=20funzionano.=20?=
 =?UTF-8?q?Ogni=20volta=20che=20faccio=20una=20conversione=20=20il=20campo?=
 =?UTF-8?q?=20personalizzato=20viene=20duplicato.=20Inoltre=20una=20volta?=
 =?UTF-8?q?=20inserito=20non=20=C3=A8=20piu'=20possibile=20toglierlo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: svn://10.65.10.50/trunk@12289 c028cbd2-c16b-5b4b-a496-9718f37d4682
---
 ba/ba1100.cpp | 2 +-
 ba/ba1101.cpp | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/ba/ba1100.cpp b/ba/ba1100.cpp
index 73afcd605..0230486c5 100755
--- a/ba/ba1100.cpp
+++ b/ba/ba1100.cpp
@@ -1215,7 +1215,7 @@ void TManutenzione_app::convert_dir()
 
         TSystemisamfile f(i);
 
-        f.update(rs);
+        f.update(rs, false);
         if (f.status() == 8) // cio' significa che e' accaduto quasi l'irreparabile...
         {
           {
diff --git a/ba/ba1101.cpp b/ba/ba1101.cpp
index 0db5a6ed0..1da6f6a72 100755
--- a/ba/ba1101.cpp
+++ b/ba/ba1101.cpp
@@ -214,7 +214,7 @@ void TRec_sheet::save()
   if (prefix().name()[0])    // Non fare conversioni sui dati standard
   {
     TSystemisamfile f(_rec->num());
-    f.update(*_rec);
+    f.update(*_rec, true);
   }
 
   save_desc();  
@@ -428,4 +428,3 @@ void TRec_sheet::edit()
   }
   }
 }
-