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