From 6d9a8d10661aa025159cc39d850df86c3e6ee3fd Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 14 Mar 1995 15:35:00 +0000 Subject: [PATCH] Corretto azzeramento saldi anche per movimenti contabili git-svn-id: svn://10.65.10.50/trunk@1115 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg2100.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cg/cg2100.cpp b/cg/cg2100.cpp index 9e820feb5..dfd0c41d5 100755 --- a/cg/cg2100.cpp +++ b/cg/cg2100.cpp @@ -498,11 +498,12 @@ void TPrimanota_application::init_insert_mode(TMask& m) { occas_mask().reset(); - TString dt(m.get(F_DATAREG)); + const TString16 dt(m.get(F_DATAREG)); set_pagamento(NULL,dt); set_scadenze(m); - _saldi.reset(); // Inizializza saldi } + + _saldi.reset(); // Inizializza saldi }