Skip to content

Commit

Permalink
Fix error adding exchange rate
Browse files Browse the repository at this point in the history
Trying to add an exchange rate type resulted in an
`Action Not Defined` error. Fixed by this patch.

Fixed by this patch.
  • Loading branch information
nick-prater committed Feb 3, 2020
1 parent d9f52c8 commit f09a7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Configuration/rate.html
Expand Up @@ -14,7 +14,7 @@

<form data-dojo-type="lsmb/Form"
method="post"
action="<?lsmb form.script ?>"
action="<?lsmb request.script ?>"
enctype="multipart/form-data">
<?lsmb FOREACH hidden IN hiddens.keys;
PROCESS input element_data={
Expand Down

0 comments on commit f09a7b1

Please sign in to comment.