From c2571230fde9926e845de72ccbc124cb0d81994a Mon Sep 17 00:00:00 2001 From: akshayitzme Date: Wed, 6 Mar 2024 15:55:56 +0530 Subject: [PATCH] fix: removed unwanted fields --- schemas/app/PricingRule.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/schemas/app/PricingRule.json b/schemas/app/PricingRule.json index 060ed537..9d474c77 100644 --- a/schemas/app/PricingRule.json +++ b/schemas/app/PricingRule.json @@ -196,17 +196,11 @@ "fieldtype": "Date", "section": "Validity" }, - { - "fieldname": "thresholdForSuggestion", - "label": "Threshold for Suggestion", - "fieldtype": "Float", - "section": "Threshold and Priority" - }, { "fieldname": "priority", "label": "Priority", "fieldtype": "Select", - "section": "Threshold and Priority", + "section": "Priority", "required": true, "options": [ { "value": "1", "label": 1 },