chore: typo in pricing rule schema (#35457)

This commit is contained in:
Akshay
2023-06-01 14:16:52 +05:30
committed by GitHub
parent cb19ebcd85
commit e08d6fb2cb

View File

@@ -469,7 +469,7 @@
"options": "UOM" "options": "UOM"
}, },
{ {
"description": "If rate is zero them item will be treated as \"Free Item\"", "description": "If rate is zero then item will be treated as \"Free Item\"",
"fieldname": "free_item_rate", "fieldname": "free_item_rate",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Free Item Rate" "label": "Free Item Rate"
@@ -670,4 +670,4 @@
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],
"title_field": "title" "title_field": "title"
} }