From 32a8f5b9f08c5dfb07b4c48ee21d39542c855914 Mon Sep 17 00:00:00 2001 From: AbleKSaju <126228406+AbleKSaju@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:43:32 +0530 Subject: [PATCH] fix: moved priority to default section in Pricing Rule --- schemas/app/PricingRule.json | 58 ++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/schemas/app/PricingRule.json b/schemas/app/PricingRule.json index cefc335f3..6c9b1c93d 100644 --- a/schemas/app/PricingRule.json +++ b/schemas/app/PricingRule.json @@ -66,6 +66,35 @@ "fieldtype": "Check", "default": false }, + { + "fieldname": "priority", + "label": "Priority", + "fieldtype": "Select", + "section": "Default", + "required": true, + "options": [ + { "value": "1", "label": 1 }, + { "value": "2", "label": 2 }, + { "value": "3", "label": 3 }, + { "value": "4", "label": 4 }, + { "value": "5", "label": 5 }, + { "value": "6", "label": 6 }, + { "value": "7", "label": 7 }, + { "value": "8", "label": 8 }, + { "value": "9", "label": 9 }, + { "value": "10", "label": 10 }, + { "value": "11", "label": 11 }, + { "value": "12", "label": 12 }, + { "value": "13", "label": 13 }, + { "value": "14", "label": 14 }, + { "value": "15", "label": 15 }, + { "value": "16", "label": 16 }, + { "value": "17", "label": 17 }, + { "value": "18", "label": 18 }, + { "value": "19", "label": 19 }, + { "value": "20", "label": 20 } + ] + }, { "fieldname": "priceDiscountType", "label": "Price Discount Type", @@ -207,35 +236,6 @@ "label": "Valid To", "fieldtype": "Date", "section": "Validity" - }, - { - "fieldname": "priority", - "label": "Priority", - "fieldtype": "Select", - "section": "Priority", - "required": true, - "options": [ - { "value": "1", "label": 1 }, - { "value": "2", "label": 2 }, - { "value": "3", "label": 3 }, - { "value": "4", "label": 4 }, - { "value": "5", "label": 5 }, - { "value": "6", "label": 6 }, - { "value": "7", "label": 7 }, - { "value": "8", "label": 8 }, - { "value": "9", "label": 9 }, - { "value": "10", "label": 10 }, - { "value": "11", "label": 11 }, - { "value": "12", "label": 12 }, - { "value": "13", "label": 13 }, - { "value": "14", "label": 14 }, - { "value": "15", "label": 15 }, - { "value": "16", "label": 16 }, - { "value": "17", "label": 17 }, - { "value": "18", "label": 18 }, - { "value": "19", "label": 19 }, - { "value": "20", "label": 20 } - ] } ], "keywordFields": ["name"]