27 Mar
2018
27 Mar
'18
8:07 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479 --- Comment #18 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Jon, Total: [% selectedbasket.total | $Price %] ([% selectedbasket.currency %]) Will display: 42 (EUR) or 42 (USD) With bug 4078 you can use the with_symbol flag to display the symbol. Total: [% selectedbasket.total | $Price with_symbol => 1 Will display: €42 or $42 I think it is what we want here. Actually what we really want is: "42 €" and "$42", but it's not configurable (yet). -- You are receiving this mail because: You are watching all bug changes.