Re: [Koha-devel] Price format in order by email

2018-10-24 Thread Jonathan Druart
Indeed, you should use the TT syntax, but not both :) Can you try the following instead: [%- USE Price -%] [% order | $Price %] You certainly need to loop on "orders" before. On Wed, 24 Oct 2018 at 12:08 Holger Meissner < holger.meiss...@hs-gesundheit.de> wrote: > Thank you, Barton! > > [%- US

Re: [Koha-devel] Price format in order by email

2018-10-24 Thread Holger Meissner
Thank you, Barton! [%- USE Price -%] [% <> | $Price %] did the trick :) ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : ht

Re: [Koha-devel] Price format in order by email

2018-10-24 Thread Barton Chittenden
I'm guessing that this could be fixed using template toolkit in the notice, but I don't know the syntax off hand. On Wed, Oct 24, 2018, 6:38 AM Holger Meissner < holger.meiss...@hs-gesundheit.de> wrote: > Dear koha devs, > > when we send an order by email <> is formatted with > decimal point and

[Koha-devel] Price format in order by email

2018-10-24 Thread Holger Meissner
Dear koha devs, when we send an order by email <> is formatted with decimal point and six decimal places, in spite of syspref CurrencyFormat set to EUR. Is anyone working on this? Is there some kind of workaround? koha version 17.11.10.000. Thanks, Holger _