Skip to content

Commit

Permalink
Fix Add Currency 'Action not defined: save_currency' error
Browse files Browse the repository at this point in the history
On System->Currency->Edit Currencies screen, clicking 'Add'
produced an error because the form action was not correctly
defined.
  • Loading branch information
nick-prater committed Jan 18, 2020
1 parent 09585de commit 22ae069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Configuration/currency.html
Expand Up @@ -14,7 +14,7 @@

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

0 comments on commit 22ae069

Please sign in to comment.