fix: translate labels (#27282)

[skip ci]
This commit is contained in:
Alan 2021-09-01 12:58:34 +05:30 committed by GitHub
parent ef76f62bc1
commit 9dc0843cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'