XML account output now generates a <fullname> tag
This commit is contained in:
parent
6cbceb8928
commit
f4a8f6b248
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ namespace {
|
||||||
out << "\">\n";
|
out << "\">\n";
|
||||||
|
|
||||||
out << "<name>" << acct->name << "</name>\n";
|
out << "<name>" << acct->name << "</name>\n";
|
||||||
|
out << "<fullname>" << acct->fullname() << "</fullname>\n";
|
||||||
value_t total = acct->amount();
|
value_t total = acct->amount();
|
||||||
if (! total.is_null()) {
|
if (! total.is_null()) {
|
||||||
out << "<amount>\n";
|
out << "<amount>\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue