Bugzilla – Attachment 5162 Details for
Bug 6733
printing routing list sends you to main serials page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed [patch
0001-Bug-6733-Change-return-page-after-printing-routing-s.patch (text/plain), 1.32 KB, created by
Colin Campbell
on 2011-08-26 16:18:16 UTC
(
hide
)
Description:
Proposed [patch
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2011-08-26 16:18:16 UTC
Size:
1.32 KB
patch
obsolete
>From 202ab3e28536caf186ac8a7f1d441d2b00ad123e Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Fri, 26 Aug 2011 17:14:25 +0100 >Subject: [PATCH] Bug 6733 - Change return page after printing routing slip >Content-Type: text/plain; charset="utf-8" > >Previously printing a routing slip returned the user to >the top level in serials this change maintains the context >in the current subscription >--- > .../prog/en/modules/serials/routing-preview.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt >index 129adae..2cc1936 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt >@@ -6,8 +6,8 @@ > > function print_slip(subscriptionid,issue){ > var myurl = 'routing-preview.pl?ok=1&subscriptionid='+subscriptionid+'&issue='+issue; >-window.open(myurl,'PrintSlip','width=500,height=500,toolbar=no,scrollbars=yes'); >- window.location.href='serials-home.pl'; >+ window.open(myurl,'PrintSlip','width=500,height=500,toolbar=no,scrollbars=yes'); >+ window.location.href='subscription-detail.pl?subscriptionid=' + subscriptionid; > } > //--> > </script> >-- >1.7.6 >
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 6733
:
5162
|
5163