https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23638 Bug ID: 23638 Summary: Database cannot store a discount of 100% Change sponsored?: --- Product: Koha Version: 19.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org The Koha database cannot store a discount of 100%. When setting up a vendor, if you enter a 100% default discount it will be stored in aqbooksellers as 99.9999%. When entering an order, if you enter a 100% discount it gets stored in aqorders as 99.9999%. This is because the discount field is set up as a FLOAT 6,4 value. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.