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

Julian Maurice <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #79 from Julian Maurice <[email protected]> ---
There are a few problems:
- 'use C4::Acquisition' is missing in acqui/spent.pl
- acqui/order.pl uses aqorders.ecost, which for me is already rounded in the
database ('9.85'), so the amount doesn't change when I change the syspref value
(it's like syspref is always "Round")
- same for reports/orders_by_fund.pl
- In admin/aqbudgets.pl, the amount doesn't change when I change the syspref
value (it's like syspref is always "Don't round")
- The result of get_rounded_price is often used in multiplication, but this is
wrong because get_rounded_price use Koha::Number::Format and this can return
strings that are not valid numbers (ex: "1,234.000")

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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