From 59f0dc00c29a78d89c08dd6612e714fc9031c7fa Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Mon, 7 Nov 2016 14:09:50 +0000
Subject: [PATCH] SSDM-2597 : order summary to use new datagrid interface.

SVN: 37277
---
 .../1/as/webapps/eln-lims/html/js/config/StandardProfile.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js
index 73a7fa12bda..16d2ceb9146 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js
@@ -726,7 +726,7 @@ $.extend(StandardProfile.prototype, DefaultProfile.prototype, {
 						repTitle += " (as saved when ordered)"
 					}
 					
-					var orderSummary = new DataGridController(repTitle, columns, getDataRows, null, false, "ORDER_SUMMARY");
+					var orderSummary = new DataGridController(repTitle, columns, [], null, getDataRows, null, false, "ORDER_SUMMARY");
 					orderSummary.init(orderSummaryContainer);
 					
 					var totalsByCurrencyContainer = $("<div>").append($("<br>")).append($("<legend>").append("Total:"));
-- 
GitLab