trying quick fix for ben.

This commit is contained in:
2024-10-21 14:50:50 -07:00
parent 502a05bdcd
commit 73c2c4cf79

View File

@@ -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"}]] ]))