diff options
Diffstat (limited to 'src/textual.cc')
-rw-r--r-- | src/textual.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textual.cc b/src/textual.cc index 764d15e8..dae9c3c6 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -1031,6 +1031,7 @@ post_t * instance_t::parse_post(char * line, if (*++next == '@') { per_unit = false; + post->add_flags(POST_COST_IN_FULL); DEBUG("textual.parse", "line " << linenum << ": " << "And it's for a total price"); } |