Bug 37071: Updated the purchase suggestions link
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>
This commit is contained in:
parent
8dd9c94c57
commit
a7484ed759
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue