Skip to content

Commit

Permalink
fix: batch picking in pick list based on Stock Settings (#42021)
Browse files Browse the repository at this point in the history
(cherry picked from commit 97c9941)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Jul 1, 2024
1 parent d9e62fe commit 7123f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/stock/doctype/pick_list/pick_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
}
)
)
Expand Down

0 comments on commit 7123f96

Please sign in to comment.