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:
parent
6c2c52051b
commit
a25b4c6260
|
@ -113,7 +113,7 @@ public class MPriceListVersion extends X_M_PriceList_Version
|
|||
public MProductPrice[] getProductPrice (String passedClause)
|
||||
{
|
||||
if (passedClause != null)
|
||||
passedClause=" AND "+passedClause;
|
||||
passedClause=" "+passedClause;
|
||||
else
|
||||
passedClause="";
|
||||
final String whereClause = I_M_ProductPrice.COLUMNNAME_M_PriceList_Version_ID+"=?"+passedClause;
|
||||
|
|
Loading…
Reference in New Issue