From 73c2c4cf79f38c2223abd9bce164edd7f2978990 Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 21 Oct 2024 14:50:50 -0700 Subject: [PATCH] trying quick fix for ben. --- src/clj/auto_ap/ssr/ledger.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clj/auto_ap/ssr/ledger.clj b/src/clj/auto_ap/ssr/ledger.clj index 16de6b96..af1c3604 100644 --- a/src/clj/auto_ap/ssr/ledger.clj +++ b/src/clj/auto_ap/ssr/ledger.clj @@ -340,8 +340,8 @@ [:location [:string { :min 1 :max 2 :decode/string strip}]] - [:debit money] - [:credit money] + [:debit [:maybe money]] + [:credit [:maybe money]] ]] #_[:string {:decode/string tsv->import-data :error/message "Clipboard should contain rows to import"}]] ]))