From cab84ed6c5b428854e477aefe610f15f3fc36e95 Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Thu, 6 Mar 2025 13:58:35 +0100 Subject: [PATCH] Bug 26540: (follow-up) Update patch with CSRF protections --- .../prog/en/modules/members/boraccount.tt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt index 054193e2..01515586 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -291,10 +291,7 @@ You must have at least one cash register associated with this branch before you can record cash payouts.

[% IF ( CAN_user_parameters_manage_cash_registers ) %] -
- - -
+ Create a new cash register [% END %] [% END %] @@ -356,10 +353,7 @@ You must have at least one cash register associated with this branch before you can record cash refunds.

[% IF ( CAN_user_parameters_manage_cash_registers ) %] -
- - -
+ Create a new cash register [% END %] [% END %] -- 2.30.2