Skip to content

Commit

Permalink
fix: moved priority to default section in Pricing Rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Feb 4, 2025
1 parent ee03ab2 commit 32a8f5b
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions schemas/app/PricingRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 32a8f5b

Please sign in to comment.