diff --git a/src/clj/auto_ap/parse/templates.clj b/src/clj/auto_ap/parse/templates.clj index ce414fc3..52420280 100644 --- a/src/clj/auto_ap/parse/templates.clj +++ b/src/clj/auto_ap/parse/templates.clj @@ -239,7 +239,7 @@ :extract {:date #"INVOICE DATE\s+([0-9]+/[0-9]+/[0-9]+)" :customer-identifier #"SHIP-TO-PARTY.*\n(.*?)(?=\s{2,})" :invoice-number #"INV #\s+(\d+)" - :total #"PLEASE PAY THIS AMOUNT\s+([0-9]+\.[0-9]{2})" + :total #"PLEASE PAY THIS AMOUNT\s+([0-9,]+\.[0-9]{2})" :account-number #"CUSTOMER NUMBER\s+(\d+)"} :parser {:date [:clj-time "MM/dd/yyyy"] :total [:trim-commas nil]}}