simplify params type
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
This commit is contained in:
parent
5bb7a7a490
commit
444691af1b
|
@ -523,7 +523,7 @@ public class VCreateFromShipmentUI extends CreateFromShipment implements ActionL
|
||||||
try {
|
try {
|
||||||
// Lookup locator using value
|
// Lookup locator using value
|
||||||
loc = new Query(Env.getCtx(), MLocator.Table_Name, "value=?", null)
|
loc = new Query(Env.getCtx(), MLocator.Table_Name, "value=?", null)
|
||||||
.setParameters(new Object[]{locatorValue})
|
.setParameters(locatorValue)
|
||||||
.setClient_ID()
|
.setClient_ID()
|
||||||
.first();
|
.first();
|
||||||
// Set new keyNamePair for minitable
|
// Set new keyNamePair for minitable
|
||||||
|
|
Loading…
Reference in New Issue