[Koha-bugs] [Bug 32705] Display actual cost in foreign currency and currency from the invoice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 3 13:40:47 CET 2023


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

--- Comment #2 from Michaela Sieber <michaela.sieber at kit.edu> ---
(In reply to Jonathan Druart from comment #1)

> 
> We could discuss the display of the prices here, I've decided to format
> them but they are not accurate to the currency. We cannot do better for
> now as we are not storing the format along with the currency.
> 

We would prefer unitprice and currency code (not symbol)

[% order.invoice_unitprice | currency => order.invoice_currency %]

Exemplar:
52.33 EUR
876.42 USD
69.38 CAD
...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list