fix: dont update item info twice

[skip ci]
diff --git a/erpnext/stock/utils.py b/erpnext/stock/utils.py
index c8ca8a8..b8c5187 100644
--- a/erpnext/stock/utils.py
+++ b/erpnext/stock/utils.py
@@ -599,7 +599,7 @@
 	if batch_no_data:
 		_update_item_info(batch_no_data)
 		set_cache(batch_no_data)
-		return _update_item_info(batch_no_data)
+		return batch_no_data
 
 	return {}