following Teo's advice about using firstOnly()
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
This commit is contained in:
parent
6de09769ff
commit
ecd27322e9
|
@ -174,7 +174,7 @@ public class MColor extends X_AD_Color
|
|||
//
|
||||
MImage retValue = new Query(getCtx(),I_AD_Image.Table_Name,whereClause,null)
|
||||
.setParameters(AD_Image_ID)
|
||||
.first();
|
||||
.firstOnly();
|
||||
|
||||
return retValue.getImageURL();
|
||||
} // getURL
|
||||
|
|
Loading…
Reference in New Issue