Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui
Jonathan Druart b2706884a1 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.

Signed-off-by: Laurence Lefaucheur <laurence.lefaucheur@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2015-11-23 11:24:51 -03:00
..
csv Bug 14264: Fix export of late orders when translated 2015-11-23 11:24:51 -03:00
tables
acqui-home.tt Bug 13619: Acq home: ensure 'manage suggestions' goes to pending suggestions 2015-06-05 12:53:10 -03:00
addorder.tt
addorderiso2709.tt Bug 14163: Acq - receive shipment and order from staged: rename 'Show all' to 'Show inactive' 2015-07-08 14:43:54 -03:00
ajax.tt
basket.tt Bug 15123: Acquisition: Better context for "Transferred from..." to avoid ambiguity in translation 2015-11-05 09:51:41 -03:00
basketgroup.tt Bug 14915: Use Font Awesome instead of Glyphicons for the staff intranet 2015-10-27 10:02:42 -03:00
basketheader.tt
booksellers.tt Bug 14915: Use Font Awesome instead of Glyphicons for the staff intranet 2015-10-27 10:02:42 -03:00
cancelorder.tt
histsearch.tt Bug 14946: Remove C4::Dates from acqui/* files 2015-11-17 23:42:55 -03:00
invoice-files.tt
invoice.tt Bug 10181: Acq - Improve message for deleted records 2015-10-02 15:06:48 -03:00
invoices.tt Bug 14946: Remove C4::Dates from acqui/* files 2015-11-17 23:42:55 -03:00
lateorders.tt Bug 14423: XSS bug in lateorders 2015-06-23 10:11:57 -03:00
modordernotes.tt
neworderbiblio.tt
neworderempty.tt Bug 14743: addorder.pl redirect problems under plack behind apache 2.4.10 2015-11-10 09:28:47 -03:00
neworderempty_duplicate.tt
newordersubscription.tt
newordersuggestion.tt Bug 14018: Ordering from suggestion shows 'copy. year:2014' 2015-05-06 15:26:28 -03:00
ordered.tt
orderreceive.tt Bug 8417: Make the order receive date editable 2015-10-19 14:51:50 -03:00
parcel.tt Bug 14946: Remove C4::Dates from acqui/* files 2015-11-17 23:42:55 -03:00
parcels.tt Bug 14946: Remove C4::Dates from acqui/* files 2015-11-17 23:42:55 -03:00
spent.tt
supplier.tt Bug 14915: Use Font Awesome instead of Glyphicons for the staff intranet 2015-10-27 10:02:42 -03:00
transferorder.tt Bug 15117: Transfer Order: Better user information and translation handling 2015-11-06 12:03:58 -03:00
uncertainprice.tt Bug 6059: Don't permit to change the quantity when items are created on ordering 2015-04-30 16:33:37 -03:00
z3950_search.tt