fixes sysco import.

This commit is contained in:
Bryce
2023-05-30 13:52:08 -07:00
parent 534b6e35f2
commit 1444a661d8
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@
[{:client/location-matches [:location-match/location :location-match/matches]}
:client/default-location
:client/locations]
matching-client)
(:db/id matching-client))
location-hint
location-hint )
:date (coerce/to-date date)

View File

@@ -124,7 +124,7 @@
(defn exact-match
([clients invoice-client-name]
(->> clients
(filter (fn [{:keys [:client/matches :client/name] :as client :or {matches []}}]
(filter (fn [{:keys [:client/matches :client/location-matches :client/locations :client/name] :as client :or {matches []}}]
(seq
(filter (fn [m]
(and