From be75758ca7b528b04c4870c74082a23206ecbd2b Mon Sep 17 00:00:00 2001 From: Bryce Date: Fri, 1 Sep 2023 10:48:43 -0700 Subject: [PATCH] fixes glimpse --- src/clj/auto_ap/ssr/invoice/glimpse.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/ssr/invoice/glimpse.clj b/src/clj/auto_ap/ssr/invoice/glimpse.clj index 1881c8da..6ec564d1 100644 --- a/src/clj/auto_ap/ssr/invoice/glimpse.clj +++ b/src/clj/auto_ap/ssr/invoice/glimpse.clj @@ -349,7 +349,7 @@ invoice_dropzone = new Dropzone(\"#invoice\", { :invoice/total total :invoice/date date :invoice/due (coerce/to-date due) - :invoice/scheduled-payment (coerce/to-date scheduled-payment) + :invoice/scheduled-payment (some-> scheduled-payment coerce/to-date) :invoice/location location :invoice/import-status :import-status/imported :invoice/outstanding-balance total