summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xml.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml.cc b/src/xml.cc
index 15710d44..90efd4b3 100644
--- a/src/xml.cc
+++ b/src/xml.cc
@@ -52,6 +52,7 @@ namespace {
out << "\">\n";
out << "<name>" << acct->name << "</name>\n";
+ out << "<fullname>" << acct->fullname() << "</fullname>\n";
value_t total = acct->amount();
if (! total.is_null()) {
out << "<amount>\n";