From 8ebc158081c392e60725f8a5588ab8edf3a0e90c Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 27 Apr 2023 09:42:41 -0700 Subject: [PATCH] Fixes build --- src/clj/auto_ap/jobs/ntg.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/clj/auto_ap/jobs/ntg.clj b/src/clj/auto_ap/jobs/ntg.clj index e72b665c..afc80c06 100644 --- a/src/clj/auto_ap/jobs/ntg.clj +++ b/src/clj/auto_ap/jobs/ntg.clj @@ -76,8 +76,7 @@ (when-not matching-client (log/warn ::missing-client :client-hint location-hint)) - {:invoice/vendor vendor - :invoice/location (parse/best-location-match matching-client location-hint location-hint ) + {:invoice/location (parse/best-location-match matching-client location-hint location-hint ) :invoice/date (coerce/to-date (atime/parse ship-date atime/normal-date)) :invoice/invoice-number invoice-number :invoice/total (Double/parseDouble invoice-total)