improvements.

This commit is contained in:
Bryce Covert
2020-01-25 11:26:14 -08:00
parent 3c47bd1f0e
commit 84c22be822
2 changed files with 26 additions and 2 deletions

View File

@@ -178,7 +178,7 @@
:vendor-code vendor-code})))
_ (println "matching" customer-identifier "-" matching-vendor)
matching-client (parse/best-match clients customer-identifier)
_ (println "New invoice matches client" matching-client)
_ (println "invoice \"" invoice-number "\"matches client" (:client/name matching-client))
matching-location (parse/best-location-match matching-client text full-text)
[existing-id existing-outstanding-balance existing-status import-status] (when (and matching-client matching-location)
(try