fix: translate labels (#27282) (#27283)

[skip ci]

(cherry picked from commit 9dc0843cbd)

Co-authored-by: Alan <2.alan.tom@gmail.com>
This commit is contained in:
Frappe PR Bot
2021-09-01 13:00:48 +05:30
committed by GitHub
parent 0f00bcda34
commit 883e1394ba

View File

@@ -43,13 +43,13 @@ def validate_filters(filters: Filters) -> None:
def get_columns() -> Columns:
return [
{
'label': 'Item Group',
'label': _('Item Group'),
'fieldname': 'item_group',
'fieldtype': 'Data',
'width': '200'
},
{
'label': 'COGS Debit',
'label': _('COGS Debit'),
'fieldname': 'cogs_debit',
'fieldtype': 'Currency',
'width': '200'