Bugzilla – Attachment 102029 Details for
Bug 24941
Serials: Link to basket in acqusition details is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24941: Serials - Fix link to basket from acquisition details information
Bug-24941-Serials---Fix-link-to-basket-from-acquis.patch (text/plain), 2.22 KB, created by
Katrin Fischer
on 2020-03-28 00:25:20 UTC
(
hide
)
Description:
Bug 24941: Serials - Fix link to basket from acquisition details information
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-03-28 00:25:20 UTC
Size:
2.22 KB
patch
obsolete
>From a31dd4c2a9041008d8376046ddb9da4ec3eb74fe Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 28 Mar 2020 01:22:35 +0100 >Subject: [PATCH] Bug 24941: Serials - Fix link to basket from acquisition > details information > >Adding orders from subscriptions makes acquisition information visible >in the serials module. In the table of acquisition data is a link back >to the basket - but this link is missing the basket number parameter - >it doesn't work. This patch fixes the TT variable to make it work. > >To test: >- Add a subscription >- Add a new basket >- Add a order line using "Add from subscription" >- Go to the subscription details page, check the acquisitions tab >- Try the link to the basket - it should not work >- Apply patch >- Try the link again - now it should bring up the basket page with > the order. >--- > .../prog/en/modules/serials/subscription-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index 03a7bc9592..75414fbb24 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -408,7 +408,7 @@ > <td></td> [%# invoice %] > <td> > [% IF CAN_user_acquisition_order_manage %] >- <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% order.basket.basketno | uri %]">[% parent_order.basket.basketname | html %] ([% parent_order.basket.basketno | html %])</a> >+ <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% parent_order.basket.basketno | uri %]">[% parent_order.basket.basketname | html %] ([% parent_order.basket.basketno | html %])</a> > [% ELSE %] > [% parent_order.basket.basketname | html %] ([% parent_order.basket.basketno | html %]) > [% END %] >-- >2.17.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 24941
:
102029
|
102103
|
102130