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