Skip to content

Commit 0496cb3

Browse files
committed
Bugfix to MarkShippedWindow
1 parent e6b3598 commit 0496cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcc/resources/web/mcc/window/MarkShippedWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Ext4.define('MCC.window.MarkShippedWindow', {
228228
uniqueIds.push(win.down('#usePreviousId-' + row.Id).getValue() ? row.Id : win.down('#newId-' + row.Id).getValue());
229229
}, this);
230230

231-
LABKEY.Query.SelectRows({
231+
LABKEY.Query.selectRows({
232232
schemaName: 'study',
233233
queryName: 'Demographics',
234234
containerPath: targetFolder,

0 commit comments

Comments
 (0)