When I try get the Review MRP Report, I get this error:
Teo please you can review. kind regards Victor Perez www.e-evolution.com Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3075210
This commit is contained in:
parent
82f2806af2
commit
f51baf1127
|
@ -896,7 +896,7 @@ public class MLookupFactory
|
||||||
// Table - teo_sarca [ 1714261 ]
|
// Table - teo_sarca [ 1714261 ]
|
||||||
else if (ldc.DisplayType == DisplayType.Table && ldc.AD_Reference_ID != 0)
|
else if (ldc.DisplayType == DisplayType.Table && ldc.AD_Reference_ID != 0)
|
||||||
{
|
{
|
||||||
String embeddedSQL = getLookup_TableEmbed (language, columnSQL, TableName, ldc.AD_Reference_ID);
|
String embeddedSQL = getLookup_TableEmbed (language, ldc.ColumnName, TableName, ldc.AD_Reference_ID);
|
||||||
embedSQL.append("NVL((").append(embeddedSQL).append("),'')");
|
embedSQL.append("NVL((").append(embeddedSQL).append("),'')");
|
||||||
}
|
}
|
||||||
// ID
|
// ID
|
||||||
|
|
Loading…
Reference in New Issue