Bugzilla – Attachment 7667 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]
Fix variable scope in the tt
0001-Bug-7548-Fix-variable-scoping-in-the-template.patch (text/plain), 1.50 KB, created by
Maxime Pelletier
on 2012-02-15 21:57:22 UTC
(
hide
)
Description:
Fix variable scope in the tt
Filename:
MIME Type:
Creator:
Maxime Pelletier
Created:
2012-02-15 21:57:22 UTC
Size:
1.50 KB
patch
obsolete
>From bb2f4b8c8887bc232d07291e591807c3e607110c Mon Sep 17 00:00:00 2001 >From: Maxime Pelletier <maxime.pelletier@libeo.com> >Date: Wed, 15 Feb 2012 16:55:36 -0500 >Subject: [PATCH] Bug 7548 Fix variable scoping in the template > >--- > .../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 45eb591..7ec006d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -287,7 +287,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