fix: batch valuation for old entries
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 44f3c08..f383640 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",