diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-07-14 21:05:54 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-07-14 21:05:54 -0400 |
commit | b88634206402814f63ba8db192e52d3e3bec2b38 (patch) | |
tree | 08ffacae3c1d72251d8ba25a446c5ea10140f40f /src/post.h | |
parent | a44572f3ecc8649539d574bd7171597644d1e92e (diff) | |
download | fork-ledger-b88634206402814f63ba8db192e52d3e3bec2b38.tar.gz fork-ledger-b88634206402814f63ba8db192e52d3e3bec2b38.tar.bz2 fork-ledger-b88634206402814f63ba8db192e52d3e3bec2b38.zip |
Preserve the given cost for print
Patch from John Wiegley
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ public: amount_t amount; // can be null until finalization optional<expr_t> amount_expr; optional<amount_t> cost; + optional<amount_t> given_cost; optional<amount_t> assigned_amount; optional<datetime_t> checkin; optional<datetime_t> checkout; |