fix: batch picking in pick list based on Stock Settings (#42021)

This commit is contained in:
rohitwaghchaure
2024-06-25 14:28:31 +05:30
committed by GitHub
parent 9ab333d105
commit 97c9941143

View File

@@ -963,6 +963,7 @@ def get_available_item_locations_for_batched_item(
{
"item_code": item_code,
"warehouse": from_warehouses,
"based_on": frappe.db.get_single_value("Stock Settings", "pick_serial_and_batch_based_on"),
}
)
)