From cde1a9fbc06b1bfc21f59e8a06f422539bce26c9 Mon Sep 17 00:00:00 2001 From: mtollari Date: Mon, 2 Oct 2017 08:56:31 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:=2012.?= =?UTF-8?q?0=20460=20Files=20correlati=20=20=20=20=20:=20tf=20Commento=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20:=20Tolto=20possibilit=C3=A0?= =?UTF-8?q?=20tipo=20TD10/11=20per=20le=20fatture=20di=20vendita=20intra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/branches/R_10_00@24117 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/tf/tf0100.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tf/tf0100.cpp b/src/tf/tf0100.cpp index 3dfad9227..130f0851c 100644 --- a/src/tf/tf0100.cpp +++ b/src/tf/tf0100.cpp @@ -139,9 +139,9 @@ const char* decodTipo(TToken_string* strarr) TCausale caus(mov.get("CODCAUS"), mov.get_int("ANNOIVA")); TString tipodoc; tipodoc << strarr->get(_codnum); // Le autofatture possono essere solo di tipo TDO1 e le bolle doganali nel dubbio pure - if(tipodoc == "AF" || tipodoc == "BD" || tipodoc == "FF") + if(tipodoc == "AF" || tipodoc == "BD" || tipodoc == "FF" || tipodoc == "FV") return "TD01"; - else if(tipodoc == "FA" || tipodoc == "FV") + else if(tipodoc == "FA") { // Potrebbe essere normale o intra if(!caus.intra())