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)