Skip to content

Commit

Permalink
Fix download links at the bottom of the tax form report
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Apr 19, 2024
1 parent 98a1d82 commit dc4319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Reports/filters/taxforms.html
Expand Up @@ -3,7 +3,7 @@
%]
<body class="lsmb [% dojo_theme %]">

<form data-dojo-type="lsmb/Form" method="post" action="taxform.pl">
<form data-dojo-type="lsmb/Form" method="GET" action="taxform.pl">
[% PROCESS input element_data = {
type = "hidden"
name = "sort"
Expand Down

0 comments on commit dc4319d

Please sign in to comment.