Bugzilla – Attachment 86556 Details for
Bug 21659
Link to basket groups from order receive page are broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21659: Fix links to basket groups from order receive page
Bug-21659-Fix-links-to-basket-groups-from-order-re.patch (text/plain), 2.56 KB, created by
Katrin Fischer
on 2019-03-12 22:55:47 UTC
(
hide
)
Description:
Bug 21659: Fix links to basket groups from order receive page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-03-12 22:55:47 UTC
Size:
2.56 KB
patch
obsolete
>From 75d051929adad1eaf47ecd72bd41d5477c29bc5f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 11 Mar 2019 16:24:16 +0000 >Subject: [PATCH] Bug 21659: Fix links to basket groups from order receive page > >Fixes a problem with the template variables on the order >receive page, so that the links to basket groups work >correctly again. > >To test: >- Create some orders with and without basket groups >- Receive shipment >- Verify that the basket group links for pending orders work right >- Receive an order line >- Verify that the basket group links for received orders work right >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index 6ee609c971..9c22794555 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -132,7 +132,7 @@ > <td class="basketfilterclass">[% loop_order.basketname | html %] (<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% loop_order.basketno | uri %]">[% loop_order.basketno | html %]</a>)</td> > <td> > [% IF loop_order.basketgroupid %] >- [% loop_order.basketgroupname | html %] (<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% loop_order.booksellerid | uri %]">[% loop_order.basketgroupid | html %]</a>) >+ [% loop_order.basketgroupname | html %] (<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]&basketgroupid=[% loop_order.basketgroupid | uri %]">[% loop_order.basketgroupid | html %]</a>) > [% ELSE %] > No basket group > [% END %] >@@ -279,7 +279,7 @@ > <td>[% order.basketname | html %] (<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% order.basketno | uri %]">[% order.basketno | html %]</a>)</td> > <td> > [% IF order.basketgroupid %] >- [% order.basketgroupname | html %] (<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% order.booksellerid | uri %]">[% order.basketgroupid | html %]</a>) >+ [% order.basketgroupname | html %] (<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]&basketgroupid=[% order.basketgroupid | uri %]">[% order.basketgroupid | html %]</a>) > [% ELSE %] > No basket group > [% END %] >-- >2.11.0
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 21659
:
81129
|
86556
|
86688
|
87399
|
87455
|
87456
|
87508
|
87509