fix: voucher no. is link field for non english user interface

(cherry picked from commit 2b8928cae6)
This commit is contained in:
“Khushi
2024-03-27 16:25:13 +05:30
committed by ruthra kumar
parent 10059309da
commit 1c28ed4d5b

View File

@@ -460,7 +460,7 @@ def get_accountwise_gle(filters, accounting_dimensions, gl_entries, gle_map):
for gle in gl_entries:
group_by_value = gle.get(group_by)
gle.voucher_type = _(gle.voucher_type)
gle.voucher_type = gle.voucher_type
if gle.posting_date < from_date or (cstr(gle.is_opening) == "Yes" and not show_opening_entries):
if not group_by_voucher_consolidated: