[Koha-bugs] [Bug 19479] Price display on a basketgroup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 27 20:07:44 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479

--- Comment #18 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list