Bugzilla – Attachment 13793 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]
[Signed off] Bug 9168: Software error when filtering in receipt summary
Signed-off-Bug-9168-Software-error-when-filtering-.patch (text/plain), 1.45 KB, created by
Melia Meggs
on 2012-11-30 00:03:55 UTC
(
hide
)
Description:
[Signed off] Bug 9168: Software error when filtering in receipt summary
Filename:
MIME Type:
Creator:
Melia Meggs
Created:
2012-11-30 00:03:55 UTC
Size:
1.45 KB
patch
obsolete
>From a2f3c7875aafcbd5bc57871d57bc334e82ed4758 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] [Signed off] Bug 9168: Software error when filtering in receipt summary > >Signed-off-by: Melia Meggs <melia@test.bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 6 ++---- > 1 files 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.2.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