From 86a6af697433cd81fa842e6340a0ae2d8cb459a0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 19 Mar 2006 21:10:51 +0000 Subject: *** no comment *** --- textual.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textual.cc') diff --git a/textual.cc b/textual.cc index 051d4437..abf6d48a 100644 --- a/textual.cc +++ b/textual.cc @@ -716,7 +716,7 @@ unsigned int textual_parser_t::parse(std::istream& in, if (parse_transactions(in, account_stack.front(), *pe, "period", end_pos)) { if (pe->finalize()) { - extend_entry_base(journal, *pe); + extend_entry_base(journal, *pe, true); journal->period_entries.push_back(pe); pe->src_idx = src_idx; pe->beg_pos = beg_pos; -- cgit v1.2.3