chore: remove unused variable

This commit is contained in:
Lewis Mojica
2025-08-11 16:06:08 -04:00
committed by GitHub
parent 984d744ac2
commit 5a5804ca87

View File

@@ -867,7 +867,6 @@ def get_bundle_availability(bundle_item_code, warehouse):
bundle_bin_qty = 1000000
for item in product_bundle.items:
item_bin_qty = get_bin_qty(item.item_code, warehouse)
item_pos_reserved_qty = get_pos_reserved_qty(item.item_code, warehouse)
max_available_bundles = item_bin_qty / item.qty
if bundle_bin_qty > max_available_bundles and frappe.get_value(