fix: batch valuation for old entries

This commit is contained in:
Rohit Waghchaure 2023-03-29 14:23:58 +05:30
parent c2d7461d3c
commit 854b89f252

View File

@ -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",