mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 11:33:56 +00:00
[skip ci]
(cherry picked from commit 9dc0843cbd)
Co-authored-by: Alan <2.alan.tom@gmail.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user