mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
fix(minor): don't translate voucher type
This commit is contained in:
@@ -460,7 +460,6 @@ def get_accountwise_gle(filters, accounting_dimensions, gl_entries, gle_map):
|
|||||||
|
|
||||||
for gle in gl_entries:
|
for gle in gl_entries:
|
||||||
group_by_value = gle.get(group_by)
|
group_by_value = gle.get(group_by)
|
||||||
gle.voucher_type = gle.voucher_type
|
|
||||||
gle.voucher_subtype = _(gle.voucher_subtype)
|
gle.voucher_subtype = _(gle.voucher_subtype)
|
||||||
gle.against_voucher_type = _(gle.against_voucher_type)
|
gle.against_voucher_type = _(gle.against_voucher_type)
|
||||||
gle.remarks = _(gle.remarks)
|
gle.remarks = _(gle.remarks)
|
||||||
|
|||||||
Reference in New Issue
Block a user