From 1c029870076ee52263a86970be262d6b1148c663 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Mon, 22 Dec 2003 15:03:28 +0000
Subject: [PATCH] improved by JPS

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@142 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../skins/coramy_mrp/Resource_zGetMovementHistoryList.zsql    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/product/Coramy/skins/coramy_mrp/Resource_zGetMovementHistoryList.zsql b/product/Coramy/skins/coramy_mrp/Resource_zGetMovementHistoryList.zsql
index 63c6211a69..922c1bd92d 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,
-- 
2.30.9