http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9593

--- Comment #28 from mathieu saby <mathieu.s...@univ-rennes2.fr> ---
I did not read all your description, I must confess ;-)
Not sure to agree with this behavior if it is a new one.

I think it should be : 
- in Koha, 3 currencies = euros €, dollar $, pound £ ; and active currency =
euro

- in 010 : 40 €, 50 $
=> 40 €
- in 010 : 50 $
=> convert 50 $ in € using the exchange rate defined in Koha
- in 010 : 50 $, 60 ¥
=> convert 50 $ in € using the exchange rate defined in Koha
(¥ should be ignored, as ¥ is not defined in Koha list of currencies)
- in 010 : 60 ¥
=> 0 (undefined)
(¥ should be ignored, as ¥ is not defined in Koha list of currencies)
- in 010 : 50 $, 30 £
=> 2 solutions : 
- either 0 (undefined)
- or maybe convert the first price of the list in euros, using exchange rate

What's your opinion?

Mathieu

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to