Bugzilla – Attachment 87455 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.64 KB, created by
José-Mario Monteiro-Santos
on 2019-04-05 17:57:47 UTC
(
hide
)
Description:
Bug 21659: Fix links to basket groups from order receive page
Filename:
MIME Type:
Creator:
José-Mario Monteiro-Santos
Created:
2019-04-05 17:57:47 UTC
Size:
2.64 KB
patch
obsolete
>From 63fa89418aaf14628af59afb72c7ecb5658ea1cb 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 > >Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos@inLibro.com> >--- > 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 6ee609c..9c22794 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.7.4
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