@@ -, +, @@ compatibility --- Koha/ILL/Backend/intra-includes/create.inc | 1 + Koha/ILL/Backend/intra-includes/edititem.inc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) --- a/Koha/ILL/Backend/intra-includes/create.inc +++ a/Koha/ILL/Backend/intra-includes/create.inc @@ -16,6 +16,7 @@ [% IF whole.stage == "form" %]

Create a manual ILL request

+ [% INCLUDE 'csrf-token.inc' %]
General details
    --- a/Koha/ILL/Backend/intra-includes/edititem.inc +++ a/Koha/ILL/Backend/intra-includes/edititem.inc @@ -9,6 +9,7 @@ [% IF whole.stage == "form" %]

    Edit a manual ILL request

    + [% INCLUDE 'csrf-token.inc' %]
    General details
      @@ -76,7 +77,7 @@ Cancel
    - + --