[Koha-bugs] [Bug 32595] Price format cost in ILL requests table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 25 10:45:03 CEST 2023


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

Pedro Amorim <pedro.amorim at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Needs Signoff
                 CC|                            |pedro.amorim at ptfs-europe.co
                   |                            |m

--- Comment #5 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Changed parseInt to Number, parseInt was ignoring float values (i.e. if price
was 123,5 it would show as 123,00 on the table).

However there is still a deeper issue here I think in the way the price is
saved. If we add "123,5" (with a comma instead of a dot) the table shows 0.

I'm revisiting this.

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


More information about the Koha-bugs mailing list