From 3208229396b9514bddd8e989ba1343634c1e7200 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 23 Mar 2020 12:32:34 +0000 Subject: [PATCH] Bug 24952: Add id to refund modals confirm buttons This patch adds an ID to the refund confirmation modals for both borrower account and point of sale register details pages. Test plan: 1/ Apply patch 2/ Attempt to issue a refund to a patron 3/ Inspect the page and note the presence of an ID for the confirm button, 4/ Attempt to issue a refund via point of sale register details page 5/ Inspect the page and note the presence of an ID for the confirm button. 6/ Signoff Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt | 2 +- 2 files changed, 2 insertions(+), 2 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 2d41a7eaed..db7305e514 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -248,7 +248,7 @@ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt index 9c8d08c55a..72de637aa5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt @@ -275,7 +275,7 @@ -- 2.26.0