From: Damyan Ivanov Date: Sat, 30 Nov 2019 21:04:41 +0000 (+0200) Subject: ParsedAmount: do not create a price member object by default X-Git-Tag: v0.11.0~3 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=4f7aa3c8dc34ffc7d6b2707d622a007151b3d018;hp=4f7aa3c8dc34ffc7d6b2707d622a007151b3d018;p=mobile-ledger-staging.git ParsedAmount: do not create a price member object by default when no price is entered the member should be sent as null, otherwise hledger-web 1.15.2 rejects the request with err 400 and complains about invalid price object further fixing this would need making it send a proper price object, but since MoLe doesn't support entering prices, that is left for the future ---