test: Unit test for round off entry dimensions
diff --git a/erpnext/accounts/general_ledger.py b/erpnext/accounts/general_ledger.py
index 56f84c2..89034eb 100644
--- a/erpnext/accounts/general_ledger.py
+++ b/erpnext/accounts/general_ledger.py
@@ -409,7 +409,7 @@
 
 	if dimensions and has_all_dimensions:
 		dimension_values = frappe.db.get_value(
-			round_off_gle["voucher_type"], round_off_gle["voucher_no"], dimensions
+			round_off_gle["voucher_type"], round_off_gle["voucher_no"], dimensions, as_dict=1
 		)
 
 		for dimension in dimensions: