From 6cd1f249464b236ccafa7b570d3a6827d08b2de4 Mon Sep 17 00:00:00 2001 From: akshayitzme Date: Fri, 17 Feb 2023 10:12:28 +0530 Subject: [PATCH] fix: batchNumber fieldtype in SLE schema --- schemas/app/inventory/StockLedgerEntry.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/app/inventory/StockLedgerEntry.json b/schemas/app/inventory/StockLedgerEntry.json index 88a07c35..9f6dbda7 100644 --- a/schemas/app/inventory/StockLedgerEntry.json +++ b/schemas/app/inventory/StockLedgerEntry.json @@ -53,9 +53,9 @@ { "fieldname": "batchNumber", "label": "Batch No", - "fieldtype": "Data", - "create": true, - "placeholder": "Batch No" + "fieldtype": "Link", + "target": "BatchNumber", + "readOnly": true } ] }