mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
test: Unit test for round off entry dimensions
(cherry picked from commit 3fa1c63479)
This commit is contained in:
committed by
mergify-bot
parent
1834671d59
commit
4522826335
@@ -327,7 +327,7 @@ def update_accounting_dimensions(round_off_gle):
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user