From 9a3f37c1d3f15bf9237261f26f30a5bffb4911aa 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 Signed-off-by: Martin Renvoize --- .../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 6d5459e4240..ef6595a6729 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -304,10 +304,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 %] @@ -373,10 +370,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.51.0