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 } ] }