improvements

This commit is contained in:
2026-05-18 23:18:02 -07:00
parent 66b0b611e4
commit 2c8985203e
2 changed files with 7 additions and 5 deletions

View File

@@ -721,7 +721,7 @@
:current-account-id current-account-id}))))
(defn save-item-account [request]
(let [{:keys [field-name-prefix client-id]} (:query-params request)
(let [{:keys [field-name-prefix client-id]} (:params request)
account-input-name (str field-name-prefix "[ledger-mapped/account]")
account-id-str (get-in request [:form-params account-input-name])
account-id (when (and account-id-str (not= account-id-str ""))