improvements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user