Skip to content

Commit

Permalink
Bug 36243 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ammopt committed Mar 6, 2024
1 parent 9c9da5f commit c34be16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions intra-includes/create.inc
Expand Up @@ -16,6 +16,7 @@
[% IF whole.stage == "form" %]
<h2>Create a manual ILL request</h2>
<form id="create_form" method="POST" action=[% here %]>
[% INCLUDE 'csrf-token.inc' %]
<fieldset class="rows">
<legend>General details</legend>
<ol id="general-freeform-fields">
Expand Down
3 changes: 2 additions & 1 deletion intra-includes/edititem.inc
Expand Up @@ -8,6 +8,7 @@

<h2>Edit a manual ILL request</h2>
<form id="freeform_edit_form" method="POST" action=[% here %]>
[% INCLUDE 'csrf-token.inc' %]
<fieldset class="rows">
<legend>General details</legend>
<ol id="general-freeform-fields">
Expand Down Expand Up @@ -75,7 +76,7 @@
<a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl">Cancel</a>
</fieldset>
<input type="hidden" name="illrequest_id" value="[% whole.value.other.illrequest_id %]" />
<input type="hidden" name="method" value="edititem" />
<input type="hidden" name="op" value="cud-edititem" />
<input type="hidden" name="stage" value="form" />
<input type="hidden" name="backend" value="FreeForm" />
</form>
Expand Down

0 comments on commit c34be16

Please sign in to comment.