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";