From 56164af6ba70037ffe3ecd1f328a43c3ed9b2a76 Mon Sep 17 00:00:00 2001 From: angelo Date: Tue, 12 Nov 1996 09:26:15 +0000 Subject: [PATCH] Rimossa conversione codici IVA. git-svn-id: svn://10.65.10.50/trunk@3885 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/bacnv.cpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/ba/bacnv.cpp b/ba/bacnv.cpp index 860fb38e0..0d0c27ba5 100755 --- a/ba/bacnv.cpp +++ b/ba/bacnv.cpp @@ -180,7 +180,6 @@ public: void sort_sal(int year) const; void convert_saldi() const; void convert_ca7_ql() const; - void convert_tabiva() const; void remove_dta_ndx() const; TConversione_archivi() : _oldditta(0), _codditta(0), _error(0) {} @@ -1095,23 +1094,6 @@ void TConversione_archivi::convert_ca7_ql() const } } -void TConversione_archivi::convert_tabiva() const -// Converte la tabella %IVA -{ - TTable iva("%IVA"); - TString w_str; - - for (iva.first(); iva.good(); iva.next()) - { - const int w_int = (int)iva.get_long("I3"); - if (w_int == 1) iva.put("S2","B1"); - else if (w_int == 2) iva.put("S2","B2"); - else if (w_int == 3) iva.put("S2","B3"); - w_str = iva.get("I4"); - iva.put("S9",w_str); - } -} - void TConversione_archivi::remove_dta_ndx() const { TToken_string list;