diff --git a/sc/sc2200.cpp b/sc/sc2200.cpp index 57c101dae..5760c2682 100755 --- a/sc/sc2200.cpp +++ b/sc/sc2200.cpp @@ -307,7 +307,7 @@ void TStampaScadenzario::look_in_cache(real& a, real& b, TAssoc_array& uns, TAss k << rp.get_char(PART_TIPOCF) << rp.get_int(PART_GRUPPO) ; k << rp.get_int(PART_CONTO) << rp.get_long(PART_SOTTOCONTO); k << rp.get_int(PART_ANNO); - k << rp.get_str(PART_NUMPART); + k << rp.get(PART_NUMPART); if (uns.is_key(k)) a = (real&)uns[k]; if (unsnc.is_key(k)) b = (real&)unsnc[k]; }