Skip to content

Commit

Permalink
fix get-hakemus tx
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbrt committed Jan 14, 2025
1 parent eefd527 commit b6fa088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/clojure/oph/va/hakija/handlers.clj
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
(let [avustushaku (get-open-avustushaku-tx tx haku-id {})
form-id (:form avustushaku)
form (form-db/get-form-tx tx form-id)
hakemus (va-db/get-hakemus hakemus-id)
hakemus (va-db/get-hakemus tx hakemus-id)
attachments (va-db/get-attachments (:user_key hakemus) (:id hakemus))
budget-totals (va-budget/calculate-totals-hakija answers avustushaku form)
validation (merge (validation/validate-form form answers attachments)
Expand Down

0 comments on commit b6fa088

Please sign in to comment.