invoice fix

This commit is contained in:
2021-12-10 17:06:58 -08:00
parent 35e7dda7af
commit bed64af3ee

View File

@@ -168,7 +168,7 @@
:parser {:date [:clj-time "MM/dd/yy"]
:total [:trim-commas nil]}
:multi (. java.util.regex.Pattern (compile (-> \formfeed str) java.util.regex.Pattern/CASE_INSENSITIVE))
:multi-match? #"Customer No\."
:multi-match? #"Total\s+[0-9\.]+"
}
;; AUTO-CHLOR