Bugzilla – Attachment 39464 Details for
Bug 14264
Export of CSV from late orders form does only work in English
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14264: Fix export of late orders when translated
Bug-14264-Fix-export-of-late-orders-when-translate.patch (text/plain), 1.51 KB, created by
Jonathan Druart
on 2015-05-24 16:07:31 UTC
(
hide
)
Description:
Bug 14264: Fix export of late orders when translated
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-05-24 16:07:31 UTC
Size:
1.51 KB
patch
obsolete
>From d105033cf6e44cf5520bc28cefe5608b0efdca93 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@koha-community.org> >Date: Sun, 24 May 2015 17:52:25 +0200 >Subject: [PATCH] Bug 14264: Fix export of late orders when translated > >Bug 7298 tried to fix this issue, but it was not correct. >We have 3 files in acqui/csv: >basketgroup.tt, basket.tt and lateorders.tt >The first 2 don't contain translatable string, and are not modified on >translating the templates (`translate install`) >On the contrary, lateorders.tt has some strings to translate ('Author:', >'Published by:', etc.). After being translated, all carriage returns >between TT tags are removed. > >Test plan: >1/ choose a language and update + translate the templates >for instance: > cd misc/translate; > ./translate update es-ES; ./translate install es-ES >2/ Go to acqui/lateorders.pl using this language >3/ Generate a csv for 1+ late orders and confirm the first line only >contains the headers. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt >index a235269..125aa49 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt >@@ -1 +1,2 @@ > ORDER DATE,ESTIMATED DELIVERY DATE,VENDOR,INFORMATION,TOTAL COST,BASKET,CLAIMS COUNT,CLAIMED DATE >+ >-- >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 14264
:
39464
|
40177
|
45046