From 7a08009c0244e53b66256f6e3defd14aa5da411d 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 --- .../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

- New purchase suggestion + New purchase suggestion
[% IF suggestions.size %] -- 2.39.2