mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
@@ -43,13 +43,13 @@ def validate_filters(filters: Filters) -> None:
|
|||||||
def get_columns() -> Columns:
|
def get_columns() -> Columns:
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
'label': 'Item Group',
|
'label': _('Item Group'),
|
||||||
'fieldname': 'item_group',
|
'fieldname': 'item_group',
|
||||||
'fieldtype': 'Data',
|
'fieldtype': 'Data',
|
||||||
'width': '200'
|
'width': '200'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': 'COGS Debit',
|
'label': _('COGS Debit'),
|
||||||
'fieldname': 'cogs_debit',
|
'fieldname': 'cogs_debit',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'width': '200'
|
'width': '200'
|
||||||
|
|||||||
Reference in New Issue
Block a user