diff --git a/src/clj/auto_ap/parse/templates.clj b/src/clj/auto_ap/parse/templates.clj index ea6a2fc1..91b876a6 100644 --- a/src/clj/auto_ap/parse/templates.clj +++ b/src/clj/auto_ap/parse/templates.clj @@ -19,7 +19,8 @@ :customer-identifier #"(.*?)(?:\s+)Invoice #" :date #"Invoice Date\s{2,}([0-9]+/[0-9]+/[0-9]+)" :invoice-number #"Invoice #\s+(\d+)"} - :parser {:date [:clj-time "MM/dd/yyyy"]}} + :parser {:date [:clj-time "MM/dd/yyyy"] + :total [:trim-commas nil]}} ;; GGM {:vendor "Golden Gate Meat Company, Inc"