From 7663f81e1475e6d5138b538e5164062380a546d5 Mon Sep 17 00:00:00 2001 From: mtollari Date: Mon, 29 Jan 2018 15:33:25 +0000 Subject: [PATCH] Patch level : 12.0 516 Files correlati : cg Commento : Risolto mancato aggiornamento valore per TF git-svn-id: svn://10.65.10.50/branches/R_10_00@24323 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/cg/cg1314.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cg/cg1314.cpp b/src/cg/cg1314.cpp index 80348937c..827e48127 100644 --- a/src/cg/cg1314.cpp +++ b/src/cg/cg1314.cpp @@ -146,8 +146,6 @@ void TAgg_tcontoCF::main_loop() log.log(0, ""); } set_firm(ditta); - // Salvo a che versione di aggiornamenti sono per il TF - ini_set_int(CONFIG_DITTA, "cg", "atccf", 1); } else { @@ -160,5 +158,7 @@ void TAgg_tcontoCF::main_loop() update_movimenti_IVA(pcon, log); } } + // Salvo a che versione di aggiornamenti sono per il TF + ini_set_int(CONFIG_DITTA, "cg", "atccf", 1); log.print_or_preview(); }