Bugzilla – Attachment 4666 Details for
Bug 6412
notes on pay fine full of spaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-BZ6412-spaces-in-note.patch (text/plain), 1.26 KB, created by
Paul Poulain
on 2011-07-19 09:20:59 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-07-19 09:20:59 UTC
Size:
1.26 KB
patch
obsolete
>From 7618e307c4c2c42bf090a0975c3608789ba3600c Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Tue, 19 Jul 2011 11:20:05 +0200 >Subject: [PATCH] BZ6412 : spaces in note > >There was an improper T::T <input> construction: the note value contained spaces. > >This patch fixes the problem by using a correct [% IF %] construction >--- > .../intranet-tmpl/prog/en/modules/members/pay.tt | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >index 4f04ba7..ddc3d41 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -64,10 +64,10 @@ > <td>[% loop_pa.description %] [% loop_pa.title |html %]</td> > <td> > [% IF ( loop_pa.net_balance ) %] >- <input type="text" name="note[% loop_pa.i %]" value=" >+ <input type="text" name="note[% loop_pa.i %]" value="[% loop_pa.note %]" /> >+ [% ELSE %] >+ [% loop_pa.note %] > [% END %] >- [% loop_pa.note %] >- [% IF ( loop_pa.net_balance ) %]" />[% END %] > </td> > <td>[% loop_pa.accounttype %]</td> > <td>[% loop_pa.notify_id %]</td> >-- >1.7.4.1 >
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 6412
:
4272
|
4273
| 4666