Summary: | Item types configuration page doesn't use Price filter for default replacement cost and processing fee | ||
---|---|---|---|
Product: | Koha | Reporter: | Didier Gautheron <didier.gautheron> |
Component: | Templates | Assignee: | Didier Gautheron <didier.gautheron> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | david, fridolin.somers, kyle, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the display of 'Default replacement cost' and a
'Processing fee (when lost)' when adding item types so that amounts use two decimals instead of six.
|
Version(s) released in: |
21.11.00,21.05.02,20.11.08
|
Circulation function: | |||
Attachments: |
Bug 28280: itemtype page, add price formatting
Bug 28280: itemtype page, add price formatting Bug 28280: itemtype page, add price formatting |
Description
Didier Gautheron
2021-05-04 07:13:13 UTC
Created attachment 120427 [details] [review] Bug 28280: itemtype page, add price formatting To Test: 1- create an item type with a 'Default replacement cost' and a 'Processing fee (when lost)' 2- numbers are displayed with 6 decimals. 4- apply patch 5- numbers are displayed with 2 decimals. Created attachment 121502 [details] [review] Bug 28280: itemtype page, add price formatting To Test: 1- create an item type with a 'Default replacement cost' and a 'Processing fee (when lost)' 2- numbers are displayed with 6 decimals. 4- apply patch 5- numbers are displayed with 2 decimals. Signed-off-by: David Nind <david@davidnind.com> Testing notes (koha-testing-docker): - Numbers are displayed with six decimals when you edit the item type, otherwise they display correctly on the item type listing page Created attachment 121573 [details] [review] Bug 28280: itemtype page, add price formatting To Test: 1- create an item type with a 'Default replacement cost' and a 'Processing fee (when lost)' 2- numbers are displayed with 6 decimals. 4- apply patch 5- numbers are displayed with 2 decimals. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 21.11, thanks to everybody involved! Pushed to 21.05.x for 21.05.02 Pushed to 20.11.x for 20.11.08 Not backported to oldoldstable (20.05.x). Feel free to ask if it's needed. |