From be7340faded01fbccac9934a4333508f91ba5b32 Mon Sep 17 00:00:00 2001 From: Sirio Builder Date: Tue, 7 Jul 2020 17:58:02 +0200 Subject: [PATCH] =?UTF-8?q?2Patch=20level=20=20=20=20=20=20=20=20:=2012.0?= =?UTF-8?q?=20974=20Files=20correlati=20=20=20=20=20:=20bacnv.exe=20Commen?= =?UTF-8?q?to=20=20=20=20=20=20=20=20=20=20=20=20:=20Azzerati=20cattegoria?= =?UTF-8?q?=20e=20peso=20CONAI=20quando=20il=20codice=20categoria=20=C3=A8?= =?UTF-8?q?=20inesistente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ba/bacnv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ba/bacnv.cpp b/src/ba/bacnv.cpp index 8f21b058d..187d6b581 100755 --- a/src/ba/bacnv.cpp +++ b/src/ba/bacnv.cpp @@ -2474,7 +2474,7 @@ void TConversione_archivi::update_righe_doc() } const TString & sottocat = r.get(conai_sottocat_name(j + 1)); - if (c) + if (sottocat.full() && cache().get("&VESCC", sottocat).empty()) r.zero(conai_sottocat_name(j + 1)); if (r.get(conai_sottocat_name(j + 1)).blank() && r.get(conai_peso_name(j + 1)).full())