Bugzilla – Attachment 10064 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]
3.6.x patch
0001-Bug-7548-Missing-arguments-when-receiving-orders.patch (text/plain), 1.78 KB, created by
Katrin Fischer
on 2012-06-10 09:29:58 UTC
(
hide
)
Description:
3.6.x patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-06-10 09:29:58 UTC
Size:
1.78 KB
patch
obsolete
>From 374b2c068350d3963731289f97c688613d2cdef7 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. >--- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 f684dd7..3a9c267 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.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 7548
:
7667
|
7951
|
10064
|
10096