mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-20 05:04:03 +00:00
fix(stock): show only batched items in batch item selector
(cherry picked from commit 62f6d18143)
# Conflicts:
# erpnext/stock/doctype/batch/batch.json
This commit is contained in:
committed by
Mergify
parent
ab8b74e3d8
commit
7f30a2cfb6
@@ -58,6 +58,7 @@
|
||||
"fieldtype": "Link",
|
||||
"in_standard_filter": 1,
|
||||
"label": "Item",
|
||||
"link_filters": "[\n [\"Item\", \"has_batch_no\", \"=\", 1],\n [\"Item\", \"is_stock_item\", \"=\", 1]\n]",
|
||||
"oldfieldname": "item",
|
||||
"oldfieldtype": "Link",
|
||||
"options": "Item",
|
||||
@@ -208,7 +209,11 @@
|
||||
"image_field": "image",
|
||||
"links": [],
|
||||
"max_attachments": 5,
|
||||
<<<<<<< HEAD
|
||||
"modified": "2023-11-09 12:17:28.339975",
|
||||
=======
|
||||
"modified": "2026-06-16 16:01:26.556324",
|
||||
>>>>>>> 62f6d18143 (fix(stock): show only batched items in batch item selector)
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Batch",
|
||||
@@ -236,4 +241,4 @@
|
||||
"states": [],
|
||||
"title_field": "batch_id",
|
||||
"track_changes": 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user