From 27b6e1d111062a632d6430e89d89a6f13fc9773d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 21 Jan 2022 18:25:34 -1000 Subject: [PATCH] imp: nicer invalid balance assignment errors (tweak) --- hledger-lib/Hledger/Data/Balancing.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Data/Balancing.hs b/hledger-lib/Hledger/Data/Balancing.hs index f6169bfae..3cdc4d686 100644 --- a/hledger-lib/Hledger/Data/Balancing.hs +++ b/hledger-lib/Hledger/Data/Balancing.hs @@ -640,7 +640,7 @@ checkBalanceAssignmentUnassignableAccountB p = do ,chomp1 $ T.unpack $ maybe (T.unlines $ showPostingLines p) (showTransaction) $ ptransaction p ,"Balance assignments may not be used on accounts affected by auto posting rules" ,"(it makes balancing the journal impossible)." - ,"Please write the posting amount explicitly (or remove the auto posting rule)." + ,"Please write the posting amount explicitly (or remove the auto posting rule(s))." ] -- lenses