fix: Use system precision instead of SLE precision
diff --git a/erpnext/stock/dashboard/item_dashboard.py b/erpnext/stock/dashboard/item_dashboard.py
index 80afe31..45e6628 100644
--- a/erpnext/stock/dashboard/item_dashboard.py
+++ b/erpnext/stock/dashboard/item_dashboard.py
@@ -43,7 +43,7 @@
 		limit_start=start,
 		limit_page_length='21')
 
-	precision = get_field_precision(frappe.get_meta("Stock Ledger Entry").get_field("stock_value"))
+	precision = cint(frappe.db.get_single_value("System Settings", "float_precision"))
 
 	for item in items:
 		item.update({