From 5446fba24c4c296a24ff6039dc611c376a960d5b Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 28 Apr 2022 07:45:26 -0700 Subject: [PATCH] eliminate payments. --- src/clj/auto_ap/parse/templates.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/parse/templates.clj b/src/clj/auto_ap/parse/templates.clj index 3f312892..ff8269c4 100644 --- a/src/clj/auto_ap/parse/templates.clj +++ b/src/clj/auto_ap/parse/templates.clj @@ -237,7 +237,7 @@ :invoice-number #".*?\s{2,}.*?\s{2,}(.*?)\s{2,}" :total #"([\-0-9,]+\.[0-9]+)\s*$"} :multi #"\n" - :multi-match? #"^ \d{2}-\w{3}-\d{2}" + :multi-match? #"^ \d{2}-\w{3}-\d{2}\s+(IV|CM)" :parser {:date [:clj-time "dd-MMM-yy"] :total [:trim-commas-and-negate nil]}}