Skip to content

Commit

Permalink
Merge pull request #41009 from frappe/mergify/bp/version-15-hotfix/pr…
Browse files Browse the repository at this point in the history
…-40714

fix: voucher no. is link field for non english user interface (backport #40714)
  • Loading branch information
ruthra-kumar committed Apr 15, 2024
2 parents 1005930 + 1c28ed4 commit 21dfb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/accounts/report/general_ledger/general_ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def update_value_in_dict(data, key, gle):

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:
Expand Down

0 comments on commit 21dfb68

Please sign in to comment.