Rely on a default argument in textual.cc
This commit is contained in:
parent
c4a3a7bbe5
commit
f2d99dae08
1 changed files with 1 additions and 1 deletions
|
|
@ -1320,7 +1320,7 @@ post_t * instance_t::parse_post(char * line,
|
||||||
|
|
||||||
amount_t& amt(*post->assigned_amount);
|
amount_t& amt(*post->assigned_amount);
|
||||||
value_t account_total
|
value_t account_total
|
||||||
(post->account->amount(false).strip_annotations(keep_details_t()));
|
(post->account->amount().strip_annotations(keep_details_t()));
|
||||||
|
|
||||||
DEBUG("post.assign",
|
DEBUG("post.assign",
|
||||||
"line " << linenum << ": " "account balance = " << account_total);
|
"line " << linenum << ": " "account balance = " << account_total);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue