From e4c1feea4c3c38f14380be7dfe77c2dfd9148a2a Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 24 Feb 2015 08:42:06 +0000 Subject: [PATCH] git-svn-id: svn://10.65.10.50/branches/R_10_00@23045 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ri/ri0400.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ri/ri0400.cpp b/ri/ri0400.cpp index 9002370f1..c23b4c7ee 100755 --- a/ri/ri0400.cpp +++ b/ri/ri0400.cpp @@ -144,13 +144,11 @@ void TRicl_saldi::main_loop() if (codricl.full()) { TSaldi_ricl_recordset recset(codricl, codper, nper, dal, provv, all, progr); - recset.save_as(output_file); } else { TSaldi_conti_recordset recset(codper, nper, dal, provv, all, progr); - recset.save_as(output_file); } }