From f6addabd123f4cf41d251c9a6157b3e7a8b91c9a Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 7 Sep 1995 15:40:22 +0000 Subject: [PATCH] Corretto metodo descrizione git-svn-id: svn://10.65.10.50/trunk@1793 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/conto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cg/conto.cpp b/cg/conto.cpp index daad236a3..73d4e0b18 100755 --- a/cg/conto.cpp +++ b/cg/conto.cpp @@ -244,8 +244,8 @@ int TBill::tipo_att() // Certified 99% const TString& TBill::descrizione() -{ - if (_descrizione.empty()) +{ + if (_descrizione.empty() && !empty()) { if (!find()) _descrizione = "Sconosciuto";