Bugzilla – Attachment 14729 Details for
Bug 9236
deleting an order when receiving redirects to closed basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9236: FIX delete order when receiving
SIGNED-OFF-Bug-9236-FIX-delete-order-when-receivin.patch (text/plain), 2.54 KB, created by
Katrin Fischer
on 2013-01-20 21:47:45 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9236: FIX delete order when receiving
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-01-20 21:47:45 UTC
Size:
2.54 KB
patch
obsolete
>From d5acadb60f0bacb9b28d0fe9f4bb8c55efa1503a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 11 Dec 2012 14:24:40 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 9236: FIX delete order when receiving > >Before this patch the "delete order" links were broken on the receiving >page (parcel.pl) > >Signed-off-by: mathieu saby <mathieu.saby@univ-rennes2.fr> >Before applying the patch, when recieving a parcel, >if you delete an order line, Koha tries to open the >page of the basket linked to that order, but can >not find it. Koha displays "Vendor not found". >With the patch, Koha finds the right basket. > >I Sign off this patch, to be applied with the other patch ("Redirect to the parcel page after deleting an item/order") > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../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 877d263..f867d6c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -217,10 +217,10 @@ > [% IF ( loop_order.left_holds_on_order ) %] > <span class="button" title="Can't delete order, ([% loop_order.holds_on_order %]) holds are linked with this order cancel holds first">Can't delete order</span><br> > [% ELSE %] >- <a href="javascript:confirm_delete_item([% loop_order.ordernumber %],[% loop_order.biblionumber %])" class="button">Delete order</a><br> >+ <a href="javascript:confirm_delete_item([% loop_order.ordernumber %], [% loop_order.basketno %], [% loop_order.biblionumber %])" class="button">Delete order</a><br> > [% END %] > [% IF ( loop_order.can_del_bib ) %] >- <a href="javascript:confirm_delete_biblio([% loop_order.ordernumber %],[% loop_order.biblionumber %])" class="button">Delete order and catalog record</a><br> >+ <a href="javascript:confirm_delete_biblio([% loop_order.ordernumber %], [% loop_order.basketno %], [% loop_order.biblionumber %])" class="button">Delete order and catalog record</a><br> > [% ELSE %] > <span class="button" title="Can't delete catalog record, see constraints below">Can't delete order and catalog record</span><br> > [% END %] >-- >1.7.9.5
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 9236
:
13995
|
14039
|
14045
|
14047
|
14048
| 14729 |
14730