Skip to content

Commit

Permalink
Fix HTML close value attr
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisjacquet committed Dec 13, 2023
1 parent 6ec0be1 commit 6fd2585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Food_Service/Students/ServeMenus.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
'<input type="button" value="' .
AttrEscape( _( 'Cancel Sale' ) ) .
// Change form action's modfunc to cancel.
'onclick="ajaxLink(this.form.action.replace(\'modfunc=submit\',\'modfunc=cancel\'));" />' .
'" onclick="ajaxLink(this.form.action.replace(\'modfunc=submit\',\'modfunc=cancel\'));" />' .
SubmitButton( _( 'Complete Sale' ) )
);

Expand Down

0 comments on commit 6fd2585

Please sign in to comment.