summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post.h b/src/post.h
index aec81e89..7111ddef 100644
--- a/src/post.h
+++ b/src/post.h
@@ -112,6 +112,8 @@ public:
virtual date_t actual_date() const;
virtual optional<date_t> effective_date() const;
+ string payee() const;
+
bool must_balance() const {
return ! has_flags(POST_VIRTUAL) || has_flags(POST_MUST_BALANCE);
}