From 8912c31a20ca41b84599c82acf50773c7f086d2a Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Wed, 29 Mar 2023 07:43:32 -0700 Subject: [PATCH] added missing searcher. --- src/clj/auto_ap/backup.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/backup.clj b/src/clj/auto_ap/backup.clj index 8d2b601a..e10e8abe 100644 --- a/src/clj/auto_ap/backup.clj +++ b/src/clj/auto_ap/backup.clj @@ -98,7 +98,7 @@ [:address/street1, :address/city :address/state :address/zip] "order-line-item" :order-line-item/total, - "ezcater-location" :ezcater-location/location, + "ezcater-location" [:ezcater-location/location, :ezcater-location/caterer] "account" [:account/numeric-code, :account/code :account/name :account/type] "intuit-bank-account"