src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -235,9 +235,6 @@ saveVisibleColumns(this.visibleColumnKeys); this.scheduleTableLayout(); }, openBatchOutPage: function () { window.open(baseUrl + "/views/wrkBatchOut/wrkBatchOut.html", "_blank"); }, handleRowCommand: function (command, row) { if (command === "complete") { this.completeTask(row);