From b88634206402814f63ba8db192e52d3e3bec2b38 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 14 Jul 2014 21:05:54 -0400 Subject: Preserve the given cost for print Patch from John Wiegley --- src/post.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index 51a75ade..c2f77b32 100644 --- a/src/post.h +++ b/src/post.h @@ -68,6 +68,7 @@ public: amount_t amount; // can be null until finalization optional amount_expr; optional cost; + optional given_cost; optional assigned_amount; optional checkin; optional checkout; -- cgit v1.2.3