From f3d6f055c530471d8c1589b76c8d12a21fdf9e87 Mon Sep 17 00:00:00 2001 From: akshayitzme Date: Thu, 5 Dec 2024 17:15:59 +0530 Subject: [PATCH] fix: revert setting priceListItem as required --- schemas/app/PriceList.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schemas/app/PriceList.json b/schemas/app/PriceList.json index 9d2c3a30..bd024e0d 100644 --- a/schemas/app/PriceList.json +++ b/schemas/app/PriceList.json @@ -32,7 +32,6 @@ "label": "Item Prices", "fieldtype": "Table", "target": "PriceListItem", - "required": true, "section": "Item Prices" } ]