diff --git a/product/Coramy/skins/coramy_mrp/Resource_zGetMovementHistoryList.zsql b/product/Coramy/skins/coramy_mrp/Resource_zGetMovementHistoryList.zsql
index 63c6211a6988d4a39d57cfb3d9158594ce6a6d15..922c1bd92dc302dec54fd4bbd633750aaa2708b3 100755
--- a/product/Coramy/skins/coramy_mrp/Resource_zGetMovementHistoryList.zsql
+++ b/product/Coramy/skins/coramy_mrp/Resource_zGetMovementHistoryList.zsql
@@ -27,6 +27,10 @@ SELECT
 	catalog.relative_url as relative_url,
 	movement.start_date AS start_date,
 	movement.stop_date AS stop_date,
+	movement.source_uid AS source_uid,
+	movement.destination_uid AS destination_uid,
+	movement.price AS price,
+	movement.total_price AS total_price,
 	SUM(stock.quantity) AS quantity,
 	node.uid AS node_uid,
 	node.title AS node_title,