fix bug introduce with 11887 revision.
kind regards Victor Perez www.e-evolution.com Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2897194
This commit is contained in:
parent
58379717c8
commit
c0a2ff58ff
|
@ -205,7 +205,10 @@ public class MRelationType extends X_AD_RelationType implements IZoomProvider {
|
||||||
ResultSet rs = null;
|
ResultSet rs = null;
|
||||||
try {
|
try {
|
||||||
pstmt.setInt(1, windowId);
|
pstmt.setInt(1, windowId);
|
||||||
|
if(!baseLanguage)
|
||||||
|
{
|
||||||
pstmt.setString(2, Env.getAD_Language(Env.getCtx()));
|
pstmt.setString(2, Env.getAD_Language(Env.getCtx()));
|
||||||
|
}
|
||||||
rs = pstmt.executeQuery();
|
rs = pstmt.executeQuery();
|
||||||
if (rs.next()) {
|
if (rs.next()) {
|
||||||
return rs.getString(1);
|
return rs.getString(1);
|
||||||
|
|
Loading…
Reference in New Issue