chore: fix conflicts

This commit is contained in:
rohitwaghchaure
2025-11-18 18:05:08 +05:30
committed by GitHub
parent 36e9aae9d0
commit 876dec5077

View File

@@ -1135,6 +1135,7 @@ class StockEntry(StockController):
"ignore_serial_nos": already_picked_serial_nos,
"qty": row.transfer_qty * -1,
}
).update_serial_and_batch_entries()
elif not row.serial_and_batch_bundle and frappe.get_single_value(
"Stock Settings", "auto_create_serial_and_batch_bundle_for_outward"
):