From 854b89f25213264787488e832922117d86ded453 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Wed, 29 Mar 2023 14:23:58 +0530 Subject: [PATCH] fix: batch valuation for old entries --- .../serial_and_batch_entry.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/doctype/serial_and_batch_entry/serial_and_batch_entry.json b/erpnext/stock/doctype/serial_and_batch_entry/serial_and_batch_entry.json index 44f3c0893a..f3836400c5 100644 --- a/erpnext/stock/doctype/serial_and_batch_entry/serial_and_batch_entry.json +++ b/erpnext/stock/doctype/serial_and_batch_entry/serial_and_batch_entry.json @@ -16,7 +16,8 @@ "column_break_8", "outgoing_rate", "stock_value_difference", - "is_outward" + "is_outward", + "stock_queue" ], "fields": [ { @@ -102,12 +103,18 @@ "fieldtype": "Check", "label": "Is Outward", "read_only": 1 + }, + { + "fieldname": "stock_queue", + "fieldtype": "Small Text", + "label": "FIFO Stock Queue (qty, rate)", + "read_only": 1 } ], "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2023-03-17 09:11:31.548862", + "modified": "2023-03-29 12:13:55.455738", "modified_by": "Administrator", "module": "Stock", "name": "Serial and Batch Entry",