Accessory Purchase Cost Truncated in v8.2.2 #17623
Replies: 3 comments 2 replies
-
Snipe-IT Version: v8.2.2-pre build 19319 (ga36afbcb2) Only values over 1000 are not displayed correctly. Purchase cost under a 1000 is shown correctly. Data in Database (backend) seems fine. |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
The issue has been fixed already.
…On Tue, Aug 26, 2025 at 4:52 PM rasari03 ***@***.***> wrote:
I am using AUD under Admin Settings > Localization and if I put price
1129.95 it displays correctly. Not sure if it has to do with currency
settings on the localization page ?
—
Reply to this email directly, view it on GitHub
<#17623 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYT4CPUZ5WZWVFGUYTAEAHT3PTXNRAVCNFSM6AAAAACEBYRELKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRSG4YDMNA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm reporting a bug where the purchase cost of assets and accessories is truncated on the main asset/accessory list views and detail pages. The full amount is correctly saved in the database, but the application's front-end display removes the last three zeros (e.g., 450,000 becomes 450).
Steps to Reproduce:
Install Snipe-IT version 8.2.2.
Add a new accessory or asset with a purchase_cost of 450,000 (or any value with three zeros at the end).
View the list of accessories/assets.
Expected Behavior:
The cost should be displayed as 450,000 (or similar, depending on formatting).
Actual Behavior:




The cost is displayed as 450
Beta Was this translation helpful? Give feedback.
All reactions