From c2937c5bd01306e371e4f2e7b119c0c2ad906543 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 13 Feb 2024 14:57:54 -0500 Subject: [PATCH] Bug 34478: Add op cud-stateless for account-table.inc This form calls a payment plugin to prep a new form that submits to a the payment site external to Koha. This form does not change state but a change to GET would cause failures if trying to pay more than 133 fees on Chrome ( but not Firefox ). Signed-off-by: Jonathan Druart --- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc index a2c60d5bc5..801018677d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -1,6 +1,7 @@ [% PROCESS 'accounts.inc' %]
[% INCLUDE 'csrf-token.inc' %] + [% IF ( ACCOUNT_LINES ) %] -- 2.39.2
Your charges