Merge pull request #40714 from khushi8112/general_ledger_report_voucher_no

fix: voucher no. is link field for non english user interface
This commit is contained in:
Deepesh Garg
2024-03-31 19:23:01 +05:30
committed by GitHub

View File

@@ -453,7 +453,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
gle.voucher_subtype = _(gle.voucher_subtype)
gle.against_voucher_type = _(gle.against_voucher_type)
gle.remarks = _(gle.remarks)