Bugzilla – Attachment 167668 Details for
Bug 37071
Purchase suggestions from the patron account are not redirecting to the suggestion form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37071: Updated the purchase suggestions link
Bug-37071-Updated-the-purchase-suggestions-link.patch (text/plain), 2.23 KB, created by
Emily Lamancusa (emlam)
on 2024-06-12 14:45:21 UTC
(
hide
)
Description:
Bug 37071: Updated the purchase suggestions link
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-06-12 14:45:21 UTC
Size:
2.23 KB
patch
obsolete
>From 5d99d272d6a1e8f2ae1ce06d9018e59a7bf5412d Mon Sep 17 00:00:00 2001 >From: Laurae <laura.escamilla@bywatersolutions.com> >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 <samalau@gmail.com> >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../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 @@ > <h1>Purchase suggestions</h1> > > <div id="toolbar" class="btn-toolbar"> >- <a class="btn btn-default" id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add&suggestedby=[% patron.borrowernumber | html %]&redirect=purchase_suggestions&borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-plus"></i> New purchase suggestion</a> >+ <a class="btn btn-default" id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add_form&suggestedby=[% patron.borrowernumber | html %]&redirect=purchase_suggestions&borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-plus"></i> New purchase suggestion</a> > </div> > > [% IF suggestions.size %] >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37071
:
167633
|
167641
|
167665
| 167668