diff options
author | John Wiegley <johnw@newartisans.com> | 2013-05-19 04:16:12 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-05-19 04:16:12 -0500 |
commit | 6b52a1684f6f828b1d0ba5f212523b0086c4eb31 (patch) | |
tree | bb2a9bbbbaf66409599efac6bd23d9465677952c /src/pool.h | |
parent | 82345899f76ad35cb979bf8750740d6b9ac8382b (diff) | |
download | fork-ledger-6b52a1684f6f828b1d0ba5f212523b0086c4eb31.tar.gz fork-ledger-6b52a1684f6f828b1d0ba5f212523b0086c4eb31.tar.bz2 fork-ledger-6b52a1684f6f828b1d0ba5f212523b0086c4eb31.zip |
Fixed parsing of the "fixed" directive
Diffstat (limited to 'src/pool.h')
-rw-r--r-- | src/pool.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -125,7 +125,8 @@ public: // Parse commodity prices from a textual representation optional<std::pair<commodity_t *, price_point_t> > - parse_price_directive(char * line, bool do_not_add_price = false); + parse_price_directive(char * line, bool do_not_add_price = false, + bool no_date = false); commodity_t * parse_price_expression(const std::string& str, |