Bugzilla – Attachment 14039 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]
Bug 9236 : Redirect to the parcel page after deleting an item/order
Bug-9236--Redirect-to-the-parcel-page-after-deleti.patch (text/plain), 1.84 KB, created by
Jonathan Druart
on 2012-12-12 14:14:59 UTC
(
hide
)
Description:
Bug 9236 : Redirect to the parcel page after deleting an item/order
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-12-12 14:14:59 UTC
Size:
1.84 KB
patch
obsolete
>From 0b3a726f22366cc013fac3e3352bbdd0495b5c43 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 12 Dec 2012 15:14:08 +0100 >Subject: [PATCH] Bug 9236 : Redirect to the parcel page after deleting an > item/order > >--- > 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 f867d6c..1fbcc07 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -80,14 +80,14 @@ > function confirm_delete_item(ordernumber, basketno, biblionumber) { > var is_confirmed = confirm(_('Are you sure you want to delete this order ?')); > if (is_confirmed) { >- window.location = "addorder.pl?ordernumber="+ordernumber+"&basketno="+basketno+"&quantity=0&biblionumber="+biblionumber; >+ window.location = "addorder.pl?ordernumber="+ordernumber+"&basketno="+basketno+"&quantity=0&biblionumber="+biblionumber+"&invoiceid=[% invoiceid %]"; > } > } > > function confirm_delete_biblio(ordernumber, basketno, biblionumber) { > var is_confirmed = confirm(_('Are you sure you want to delete this catalog record and order ?')); > if (is_confirmed) { >- window.location = "addorder.pl?ordernumber="+ordernumber+"&basketno="+basketno+"&quantity=0&biblionumber="+biblionumber+"&delbiblio=1"; >+ window.location = "addorder.pl?ordernumber="+ordernumber+"&basketno="+basketno+"&quantity=0&biblionumber="+biblionumber+"&delbiblio=1&invoiceid=[% invoiceid %]"; > } > } > //]]> >-- >1.7.10.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 9236
:
13995
|
14039
|
14045
|
14047
|
14048
|
14729
|
14730