Bugzilla – Attachment 13773 Details for
Bug 9168
Software error when filtering in receipt summary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-9168-Software-error-when-filtering-in-receipt-su.patch (text/plain), 1.38 KB, created by
Fridolin Somers
on 2012-11-29 15:43:16 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2012-11-29 15:43:16 UTC
Size:
1.38 KB
patch
obsolete
>From 038cdaa6262fe451d8690d3c44d6f3847977ce2f Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Thu, 29 Nov 2012 16:40:12 +0100 >Subject: [PATCH 1/2] Bug 9168: Software error when filtering in receipt > summary > >--- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 6 ++---- > 1 file changed, 2 insertions(+), 4 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 833e606..eade72f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -428,11 +428,9 @@ > </ol> > <fieldset class="action"> > <input type="hidden" value="search" name="op" /> >- <input type="hidden" value="[% booksellerid %]" name="booksellerid" /> >- <input type="hidden" value="[% invoice %]" name="invoice" /> >- <input type="hidden" value="[% invoicedatereceived %]" name="datereceived" /> >+ <input type="hidden" value="[% invoiceid %]" name="invoiceid" /> > <input type="submit" value="Filter" /> >- <a href="/cgi-bin/koha/acqui/parcel.pl?booksellerid=[% booksellerid %]&invoice=[% invoice %]&op=new&datereceived=[% formatteddatereceived %]">Clear</a> >+ <a href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid %]">Clear</a> > </fieldset> > > >-- >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 9168
:
13773
|
13774
|
13793
|
13794
|
13809
|
13810
|
13811
|
13812
|
13813