fix: incorrect label in Item-wise sales register
This commit is contained in:
@@ -319,7 +319,7 @@ def get_columns(additional_table_columns, filters):
|
||||
"width": 100,
|
||||
},
|
||||
{
|
||||
"label": _("Tax Rate"),
|
||||
"label": _("Rate"),
|
||||
"fieldname": "rate",
|
||||
"fieldtype": "Float",
|
||||
"options": "currency",
|
||||
|
||||
Reference in New Issue
Block a user