From d204f043e0f2dc0a8838ca5b7af2859915e13508 Mon Sep 17 00:00:00 2001 From: Laurae Date: Tue, 11 Jun 2024 14:04:38 +0000 Subject: [PATCH] Bug 37071: Updated the purchase suggestions link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1. Go to a patron account and click on “New purchase suggestion” under the “Purchase Suggestions” tab. 1. Clicking on the button will take you to the suggestions management page. 2. Apply the patch. 3. Go back to the patron account and click on the “New purchase suggestion” link again. This time it will take you to the purchase suggestion form. You are now able to successfully submit a purchase suggestion. 4. Sign off and have an amazing day. :D Signed-off-by: Sam Lau Signed-off-by: Matt Blenkinsop --- .../prog/en/modules/members/purchase-suggestions.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt index 6d9ea00d02..0737529d79 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt @@ -44,7 +44,7 @@

Purchase suggestions

[% IF suggestions.size %] -- 2.39.3 (Apple Git-146)