Bugzilla – Attachment 13810 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]
Bug 9168: Software error when filtering in receipt summary
Bug-9168-Software-error-when-filtering-in-receipt-.patch (text/plain), 1.43 KB, created by
Katrin Fischer
on 2012-12-01 22:50:24 UTC
(
hide
)
Description:
Bug 9168: Software error when filtering in receipt summary
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-12-01 22:50:24 UTC
Size:
1.43 KB
patch
obsolete
>From f940c9dc4b73130ac7861e91f759d5f15b1272ab 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] 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 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