Bugzilla – Attachment 10096 Details for
Bug 7548
Missing arguments in the pagination of receptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7548: Missing arguments when receiving orders
Bug-7548-Missing-arguments-when-receiving-orders.patch (text/plain), 1.84 KB, created by
MJ Ray (software.coop)
on 2012-06-10 13:08:37 UTC
(
hide
)
Description:
Bug 7548: Missing arguments when receiving orders
Filename:
MIME Type:
Creator:
MJ Ray (software.coop)
Created:
2012-06-10 13:08:37 UTC
Size:
1.84 KB
patch
obsolete
>From 5df440e5bde4d6662343c9f7fa2ea8ed95d51be1 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 9 Jun 2012 19:20:52 +0100 >Subject: [PATCH] Bug 7548: Missing arguments when receiving orders > >Patch redone for 3.6.x to fix TT scoping problems and taking care >of changed variable names (booksellerid vs supplierid). > >To test: >Check pagination works correctly when receiving orders. >Invoice number and date received should always appear in your URL >and be shown at the top of the website. > >Signed-off-by: MJ Ray <mjr@phonecoop.coop> >--- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- > 1 files changed, 1 insertions(+), 1 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 8e45870..8c855a7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -292,7 +292,7 @@ > [% IF ( number.highlight ) %] > <span class="current">[% number.number %]</span> > [% ELSE %] >- <a href="parcel.pl?type=intra&supplierid=[% supplierid %]&startfrom=[% number.startfrom %][% IF ( number.datereceived ) %]&datereceived=[% number.datereceived %][% END %][% IF ( number.invoice ) %]&invoice=[% number.invoice %][% END %][% IF ( number.resultsperpage ) %]&resultsperpage=[% number.resultsperpage %][% END %]#resultnumber">[% number.number %]</a> >+ <a href="parcel.pl?type=intra&supplierid=[% supplierid %]&startfrom=[% number.startfrom %][% IF ( datereceived ) %]&datereceived=[% datereceived %][% END %][% IF ( invoice ) %]&invoice=[% invoice %][% END %][% IF ( resultsperpage ) %]&resultsperpage=[% resultsperpage %][% END %]#resultnumber">[% number.number %]</a> > [% END %] > [% END %] > [% IF ( displaynext ) %] >-- >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 7548
:
7667
|
7951
|
10064
| 10096