mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: semgrep translation issue
This commit is contained in:
@@ -731,7 +731,7 @@ def get_columns(filters):
|
|||||||
"options": "transaction_currency",
|
"options": "transaction_currency",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Transaction Currency",
|
"label": _("Transaction Currency"),
|
||||||
"fieldname": "transaction_currency",
|
"fieldname": "transaction_currency",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"options": "Currency",
|
"options": "Currency",
|
||||||
|
|||||||
Reference in New Issue
Block a user