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 73a7fa12bdacd9024f1c8e26c6e731f0d9befabd..16d2ceb9146cf444bea6ee435ef51f003655e7b6 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:"));