Bugzilla – Attachment 3991 Details for
Bug 6250
Acq: Link to order in uncertain prices list broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-6250-Link-to-order-in-uncertain-prices-list-brok.patch (text/plain), 1.40 KB, created by
Katrin Fischer
on 2011-04-21 22:06:38 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-21 22:06:38 UTC
Size:
1.40 KB
patch
obsolete
>From 9a5798d26ff71cb1781d86a1f818c6f064ded779 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 22 Apr 2011 00:05:25 +0200 >Subject: [PATCH] Bug 6250: Link to order in uncertain prices list broken >Content-Type: text/plain; charset="utf-8" > >Missing URL parameter. >--- > .../prog/en/modules/acqui/uncertainprice.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >index b968441..89ebfa8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >@@ -84,7 +84,7 @@ function check(form) { > </td> > <td> > [% uncertainpriceorder.bibtitle %] / [% uncertainpriceorder.bibauthor %] <br /> [% uncertainpriceorder.bibpublishercode %], [% uncertainpriceorder.bibpublicationyear %]<br />[% uncertainpriceorder.bibisbn %]<br /> >- <a href="neworderempty.pl?ordernumber=[% uncertainpriceorder.ordernumber %]&booksellerid=[% uncertainpriceorder.booksellerid %]&basketno=[% uncertainpriceorder.basketno %]"> >+ <a href="neworderempty.pl?ordernumber=[% uncertainpriceorder.ordernumber %]&booksellerid=[% booksellerid %]&basketno=[% uncertainpriceorder.basketno %]"> > edit > </a> > </td> >-- >1.7.1 >
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 6250
: 3991