Bugzilla – Attachment 34411 Details for
Bug 12404
CSV profiles improvements (concatenations, substrings, conditions...)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12404: FIX documentation to join subfield
Bug-12404-FIX-documentation-to-join-subfield.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2014-12-15 10:53:26 UTC
(
hide
)
Description:
Bug 12404: FIX documentation to join subfield
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-12-15 10:53:26 UTC
Size:
1.02 KB
patch
obsolete
>From 43aa53a41af8ddde495fc7bd2410fede2b8f1dcf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 12 Nov 2014 11:16:03 +0100 >Subject: [PATCH] Bug 12404: FIX documentation to join subfield > >To display all subfields, the join TT method must be used. > >Signed-off-by: Courret <scourret@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt >index 327bb04..096ffca 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt >@@ -115,7 +115,7 @@ > <li>Display all 245$a and 245$c into the same column: > <p> > [% FOREACH field IN fields.245 %] >- [% field.a %] [% field.c %] >+ [% field.a.join(' ') %] [% field.c.join(' ') %] > [% END %] > </p> > </li> >-- >2.1.0
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 12404
:
28767
|
28768
|
28769
|
28770
|
28771
|
33170
|
33171
|
33172
|
33173
|
33174
|
33263
|
33477
|
34288
|
34289
|
34290
|
34291
|
34292
|
34293
|
34294
|
34300
|
34301
|
34302
|
34303
|
34405
|
34406
|
34407
|
34408
|
34409
|
34410
|
34411
|
35048
|
35049
|
35050
|
35051
|
35052
|
35053
|
35054