Following Carlos Ruiz advice on maintaining old methods as removed in revision 11673

JUnit test to follow.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
This commit is contained in:
Redhuan D. Oon 2010-03-17 08:42:48 +00:00
parent 6c2c52051b
commit a25b4c6260
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class MPriceListVersion extends X_M_PriceList_Version
public MProductPrice[] getProductPrice (String passedClause) public MProductPrice[] getProductPrice (String passedClause)
{ {
if (passedClause != null) if (passedClause != null)
passedClause=" AND "+passedClause; passedClause=" "+passedClause;
else else
passedClause=""; passedClause="";
final String whereClause = I_M_ProductPrice.COLUMNNAME_M_PriceList_Version_ID+"=?"+passedClause; final String whereClause = I_M_ProductPrice.COLUMNNAME_M_PriceList_Version_ID+"=?"+passedClause;