Minor typo fix.

This commit is contained in:
trifonnt 2011-03-25 23:55:47 -05:00
parent 6d5143dbc9
commit 4c9d85ca8a
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ public class InfoProduct extends Info implements ActionListener, ChangeListener
SQL += " AND EXISTS (SELECT * FROM M_PriceList xp WHERE xp.M_PriceList_ID=" + M_PriceList_ID
+ " AND pl.C_Currency_ID=xp.C_Currency_ID)";
// Add Access & Order
SQL = MRole.getDefault().addAccessSQL (SQL, "M_PriceList_Version", true, false) // fully qualidfied - RO
SQL = MRole.getDefault().addAccessSQL (SQL, "M_PriceList_Version", true, false) // fully qualified - RO
+ " ORDER BY M_PriceList_Version.Name";
PreparedStatement pstmt = null;
ResultSet rs = null;