[Koha-bugs] [Bug 24482] Purchase Items broken by costs containing a comma

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 29 11:23:44 CET 2020


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97983|0                           |1
        is obsolete|                            |

--- Comment #4 from David Nind <david at davidnind.com> ---
Created attachment 98058
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98058&action=edit
Bug 24482: Fix for formatted price issue with value over 1000

This patch for the point of sale feature fixes an issue where items for
purchase with a value of $1,000 or more break the payment calculations. 

Test plan:
1) Enable the point of sale feature (EnablePointOfSale + UseCashRegisters
system preferences)
2) Add a cash register for a library (Home > Point of sale >  Cash registers >
New cash register)
3) Create a purchase item with a cost of $1000 (Home > Point of sale > 
Purchase items > New debit type)
4) Go to to the point of sale page and attempt to sell one of your items (Home
> Point of sale > click 'Add' next to the item to purchase)
5) Note that Koha inserts a comma into the price in the list of items for
purchase
6) Note that the 'Amount being paid' changes to 0.00 instead of $1,000, which
affects the other calculations
7) Apply the patch
8) Repeat step 4
9) Amount being paid and other calculations should now be correct
10) Enter an amount for 'Collected from patron' and click 'Confirm' - check
that the change calculation is correct
11) Sign-off the patch!

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list